Fix: enable timer instead of service
This commit is contained in:
parent
7ea3e63096
commit
323e492bd7
@ -2,7 +2,7 @@
|
||||
Description=Borg Backup
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Type=oneshot
|
||||
Nice=19
|
||||
IOSchedulingClass=2
|
||||
IOSchedulingPriority=7
|
||||
|
@ -40,6 +40,6 @@
|
||||
|
||||
- name: Enable systemd borg script
|
||||
service:
|
||||
name: choux_borg
|
||||
name: choux_borg.timer
|
||||
state: started
|
||||
enabled: yes
|
||||
|
Loading…
Reference in New Issue
Block a user