summaryrefslogtreecommitdiff
path: root/units/user/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-10-16 15:09:11 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-10-17 19:31:50 +0200
commit631c9b7bf2dab5065d753a7b1cfaff5b100b3c90 (patch)
tree86024422aaa910465fb73e8d34813da424778afe /units/user/meson.build
parent1710d4beff6329cf6ae0767953cad09593517b2a (diff)
downloadsystemd-631c9b7bf2dab5065d753a7b1cfaff5b100b3c90.tar.gz
units: use SuccessAction=exit-force in systemd-exit.service
Fixes #10414. v2: - rename .service.in to .service - rename 'exit' to 'exit-force'
Diffstat (limited to 'units/user/meson.build')
-rw-r--r--units/user/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/user/meson.build b/units/user/meson.build
index b1c2e95597..36341a42f5 100644
--- a/units/user/meson.build
+++ b/units/user/meson.build
@@ -14,6 +14,7 @@ units = [
'sockets.target',
'sound.target',
'timers.target',
+ 'systemd-exit.service',
'systemd-tmpfiles-clean.timer',
]
@@ -23,7 +24,6 @@ foreach file : units
endforeach
in_units = [
- 'systemd-exit.service',
'systemd-tmpfiles-clean.service',
'systemd-tmpfiles-setup.service',
]