mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
9 lines
116 B
SYSTEMD
9 lines
116 B
SYSTEMD
|
[Unit]
|
||
|
Description=Borg Backup
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/home/alrayyes/bin/backup.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|