dotfiles/archive/london/.config/systemd/user/backup.service

12 lines
180 B
SYSTEMD
Raw Permalink Normal View History

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