Fix: enable timer instead of service
This commit is contained in:
parent
7ea3e63096
commit
323e492bd7
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user