11 lines
167 B
Django/Jinja
11 lines
167 B
Django/Jinja
[Unit]
|
|
Description=This unit will start the restic backup
|
|
After=
|
|
Wants=
|
|
|
|
[Service]
|
|
Restart=no
|
|
Type=simple
|
|
ExecStart=/opt/scripts/restic/restic-backup_%i.sh
|
|
|
|
[Install]
|