mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
11 lines
299 B
Django/Jinja
11 lines
299 B
Django/Jinja
[Unit]
|
|
Description=restic-archiver
|
|
Documentation=https://github.com/roles-ansible/ansible_role_restic_archiver.git
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/opt/restic-backup.sh
|
|
TimeoutStartSec=0
|
|
{% if restic_archiver__log_output -%}
|
|
StandardOutput=append:/var/log/restic/restic_archiver.log
|
|
{%- endif -%}
|