mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user