Add 'backup.service'

This commit is contained in:
Fl1tzi 2023-04-12 22:11:36 +00:00
parent 4a039dc1d1
commit 34bffbf365

11
backup.service Normal file
View file

@ -0,0 +1,11 @@
[Unit]
Description="Backup service using rclone"
[Service]
Type=oneshot
# location of the backup-script
# %h = home
ExecStart=%h/backup-script/backup.sh
[Install]
WantedBy=default.target