systemd-infrastructure/backup.service

11 lines
188 B
SYSTEMD
Raw Permalink Normal View History

2023-04-12 22:11:36 +00:00
[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