From 2d6718bf3dc552c323c728f2dbaa62ebcb21cbfe Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 12 Sep 2018 19:04:24 +0200 Subject: [PATCH] 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 ;-) --- units/user-runtime-dir@.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/user-runtime-dir@.service.in b/units/user-runtime-dir@.service.in index 6baa340394..c168b89f98 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