summaryrefslogtreecommitdiff
path: root/units/user-runtime-dir@.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-09-12 19:04:24 +0200
committerLennart Poettering <lennart@poettering.net>2018-10-13 12:59:29 +0200
commit2d6718bf3dc552c323c728f2dbaa62ebcb21cbfe (patch)
treecb294d15e4e3acf66fd543f0d8306fad15bd53a9 /units/user-runtime-dir@.service.in
parent4e5b605af202c770dfc8e3562d0f8d0440b2fe14 (diff)
downloadsystemd-2d6718bf3dc552c323c728f2dbaa62ebcb21cbfe.tar.gz
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 ;-)
Diffstat (limited to 'units/user-runtime-dir@.service.in')
-rw-r--r--units/user-runtime-dir@.service.in2
1 files changed, 1 insertions, 1 deletions
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