mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
units: use =yes rather than =true everywhere
So far we always used "yes" instead of "true" in all our unit files, except for one outlier. Let's do this here too. No change in behaviour whatsoever, except that it looks prettier ;-)
This commit is contained in:
parent
4e5b605af2
commit
2d6718bf3d
@ -18,5 +18,5 @@ IgnoreOnIsolate=yes
|
||||
ExecStart=@rootlibexecdir@/systemd-user-runtime-dir start %i
|
||||
ExecStop=@rootlibexecdir@/systemd-user-runtime-dir stop %i
|
||||
Type=oneshot
|
||||
RemainAfterExit=true
|
||||
RemainAfterExit=yes
|
||||
Slice=user-%i.slice
|
||||
|
Loading…
Reference in New Issue
Block a user