dotfiles/archive/london/.config/systemd/user/backup.service
2021-09-26 21:12:19 +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