inital code for snapshoting on cron

This commit is contained in:
2022-12-19 07:16:24 -07:00
parent 965af25890
commit 3c0d373e6e
10 changed files with 338 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[Unit]
Description=snapz snapshot daemon
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/snapzd
[Install]
WantedBy=multi-user.target