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
Asbjørn Apeland 2019-09-15 19:25:57 +02:00 committed by Axel Burri
parent a109a58b35
commit 2d7f5ec5fe
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ AccuracySec=10min
Persistent=true
[Install]
WantedBy=multi-user.target
WantedBy=timers.target