mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
12 lines
299 B
Text
12 lines
299 B
Text
|
[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 -%}
|