1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/restic/.config/systemd/user/restic.service

9 lines
125 B
SYSTEMD
Raw Normal View History

2019-05-07 14:26:45 +00:00
[Unit]
Description=Restic Backup
[Service]
2019-05-28 11:49:52 +00:00
ExecStart=/home/alrayyes/.local/bin/backup.sh
2019-05-07 14:26:45 +00:00
[Install]
WantedBy=default.target