ZFS Automatic Snapshot Daemon
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
212 B

[Unit]
Description=ZFS Automatic Snapshot Daemon
[Service]
User=root
WorkingDirectory=/root/zasd/src
ExecStart=/usr/bin/python3 zasd.py
Restart=always
SyslogIdentifier=zasd
[Install]
WantedBy=multi-user.target