14 lines
317 B
SYSTEMD
14 lines
317 B
SYSTEMD
|
[Unit]
|
||
|
Description=Snapshot ZFS filesystems
|
||
|
Documentation=man:sanoid(8)
|
||
|
Requires=local-fs.target
|
||
|
After=local-fs.target
|
||
|
Before=sanoid-prune.service
|
||
|
Wants=sanoid-prune.service
|
||
|
ConditionFileNotEmpty=/etc/sanoid/sanoid.conf
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
Environment=TZ=UTC
|
||
|
ExecStart=/usr/sbin/sanoid --take-snapshots --verbose
|