From: Lennart Poettering Date: Wed, 12 Sep 2018 17:04:24 +0000 (+0200) Subject: units: use =yes rather than =true everywhere X-Git-Tag: v240~549^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d6718bf3dc552c323c728f2dbaa62ebcb21cbfe;p=thirdparty%2Fsystemd.git 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 ;-) --- diff --git a/units/user-runtime-dir@.service.in b/units/user-runtime-dir@.service.in index 6baa340394c..c168b89f985 100644 --- a/units/user-runtime-dir@.service.in +++ b/units/user-runtime-dir@.service.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