9 lines
209 B
Desktop File
9 lines
209 B
Desktop File
# {{ansible_managed}}
|
|
# this file was created from the role: {{ ansible_role_name }}
|
|
[Unit]
|
|
Description = do a borg backup
|
|
|
|
[Service]
|
|
Type = oneshot
|
|
ExecStart = {{ borg_script_dir }}/borg.sh create
|
|
User = root |