]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: use =yes rather than =true everywhere
authorLennart Poettering <lennart@poettering.net>
Wed, 12 Sep 2018 17:04:24 +0000 (19:04 +0200)
committerLennart Poettering <lennart@poettering.net>
Sat, 13 Oct 2018 10:59:29 +0000 (12:59 +0200)
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 ;-)

units/user-runtime-dir@.service.in

index 6baa340394c99c0eba3ef02b7b6d5170aa30021f..c168b89f9859247278a946b04d8fe4bcca264bc3 100644 (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