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/293/head
Asbjørn Apeland 2019-09-15 19:25:57 +02:00
parent 8570ee585d
commit 706da31cac
1 changed files with 1 additions and 1 deletions

View File

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