mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user