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:
Lennart Poettering 2018-09-12 19:04:24 +02:00
parent 4e5b605af2
commit 2d6718bf3d
1 changed files with 1 additions and 1 deletions

View File

@ -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