12 lines
201 B
SYSTEMD
12 lines
201 B
SYSTEMD
|
[Unit]
|
||
|
Description=Initiates restic backup script
|
||
|
Wants=restic_backup.timer
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/etc/restic/backup.sh
|
||
|
SyslogIdentifier=restic_backup
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|