13 lines
316 B
Desktop File
13 lines
316 B
Desktop File
[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/bin/sanoid --take-snapshots --verbose
|