[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