dotfiles/london/.config/systemd/user/backup.service
2021-08-11 00:44:59 +01:00

12 lines
180 B
Desktop File

[Unit]
Description=Backup Service for Projects
Wants=gsimmer.timer
[Service]
Type=oneshot
WorkingDirectory=/mnt/fhg
ExecStart=bash rclone-pi.sh
[Install]
WantedBy=default.target