dotfiles/.config/systemd/user/restic-backup.service

9 lines
125 B
SYSTEMD
Raw Normal View History

2019-03-04 14:17:35 +00:00
[Unit]
2019-03-04 14:36:40 +00:00
Description=Restic backup service
2019-03-04 14:17:35 +00:00
[Service]
2019-03-04 14:36:40 +00:00
ExecStart=/home/cyryl/tools/backup.sh
2019-03-04 14:17:35 +00:00
[Install]
WantedBy=default.target