systemd-infrastructure/backup.service
2023-04-12 22:11:36 +00:00

11 lines
188 B
Desktop File

[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