mirror of https://github.com/digint/btrbk
contrib: systemd: btrbk.timer: change install target
Using `WantedBy=multi-user.target` makes boot wait for btrbk.service before it's considered "finished". This can be checked by running `systemd-analyze` or checking the system log using `journalctl`. Timers should use the "timers.target" target, see systemd.special(7).pull/299/head
parent
a109a58b35
commit
2d7f5ec5fe
|
@ -7,4 +7,4 @@ AccuracySec=10min
|
||||||
Persistent=true
|
Persistent=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=timers.target
|
||||||
|
|
Loading…
Reference in New Issue