diff --git a/backup.service b/backup.service new file mode 100644 index 0000000..a887f49 --- /dev/null +++ b/backup.service @@ -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 \ No newline at end of file