Fix: enable timer instead of service

This commit is contained in:
Bertrand Benjamin 2020-07-17 11:39:35 +02:00
parent 7ea3e63096
commit 323e492bd7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Description=Borg Backup Description=Borg Backup
[Service] [Service]
Type=simple Type=oneshot
Nice=19 Nice=19
IOSchedulingClass=2 IOSchedulingClass=2
IOSchedulingPriority=7 IOSchedulingPriority=7

View File

@ -40,6 +40,6 @@
- name: Enable systemd borg script - name: Enable systemd borg script
service: service:
name: choux_borg name: choux_borg.timer
state: started state: started
enabled: yes enabled: yes