parent
6916d5651f
commit
bf2237c4f0
4 changed files with 22 additions and 3 deletions
@ -0,0 +1,9 @@ |
|||||||
|
[Unit] |
||||||
|
Description=Snapshot ZFS Pool |
||||||
|
Requires=zfs.target |
||||||
|
After=zfs.target |
||||||
|
|
||||||
|
[Service] |
||||||
|
Environment=TZ=UTC |
||||||
|
Type=oneshot |
||||||
|
ExecStart=/usr/sbin/sanoid --cron |
@ -0,0 +1,10 @@ |
|||||||
|
[Unit] |
||||||
|
Description=Run Sanoid |
||||||
|
|
||||||
|
[Timer] |
||||||
|
OnCalendar=*:0/1 |
||||||
|
Persistent=true |
||||||
|
|
||||||
|
[Install] |
||||||
|
WantedBy=timers.target |
||||||
|
|
Loading…
Reference in new issue