1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_restic_archiver.git synced 2024-08-16 10:09:49 +02:00
ansible_role_restic_archiver/templates/restic-archiver.service.j2
2021-12-07 19:50:02 +01:00

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 -%}