9 lines
212 B
Desktop File
9 lines
212 B
Desktop File
# {{ansible_managed}}
|
|
# this file was created from the role: {{ ansible_role_name }}
|
|
[Unit]
|
|
Description = get installed packages list
|
|
|
|
[Service]
|
|
Type = oneshot
|
|
ExecStart = {{ borg_script_dir }}/borg.sh
|
|
User = tom |