diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-09-12 19:04:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-10-13 12:59:29 +0200 |
commit | 2d6718bf3dc552c323c728f2dbaa62ebcb21cbfe (patch) | |
tree | cb294d15e4e3acf66fd543f0d8306fad15bd53a9 /units/user-runtime-dir@.service.in | |
parent | logind: automatically GC lingering users for who now user@.service (nor slice... (diff) | |
download | systemd-2d6718bf3dc552c323c728f2dbaa62ebcb21cbfe.tar.xz systemd-2d6718bf3dc552c323c728f2dbaa62ebcb21cbfe.zip |
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.in | 2 |
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 |