various fix

switch from cron to systemd
bypass hadoly anubis protection
This commit is contained in:
2026-02-15 10:00:59 +01:00
parent c111d737bb
commit 5b57905b21
5 changed files with 26 additions and 13 deletions

View File

@@ -1,9 +1,9 @@
# {{ansible_managed}}
# this file was created from the role: {{ ansible_role_name }}
[Unit]
Description = get installed packages list
Description = do a borg backup
[Service]
Type = oneshot
ExecStart = {{ borg_script_dir }}/borg.sh
User = tom
ExecStart = {{ borg_script_dir }}/borg.sh create
User = root