mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 10:13:34 +08:00
units: make sure user-runtime-dir@.service is Type=oneshot
We order user@.service after it, hence we need to properly know when it finished starting up.
This commit is contained in:
parent
3a13442bbf
commit
d06e8fbce3
@ -15,4 +15,5 @@ StopWhenUnneeded=yes
|
||||
[Service]
|
||||
ExecStart=@rootlibexecdir@/systemd-user-runtime-dir start %i
|
||||
ExecStop=@rootlibexecdir@/systemd-user-runtime-dir stop %i
|
||||
Type=oneshot
|
||||
RemainAfterExit=true
|
||||
|
Loading…
Reference in New Issue
Block a user