summaryrefslogtreecommitdiff
path: root/units/systemd-fsck@.service.in
diff options
context:
space:
mode:
authorDidier Roche <didrocks@ubuntu.com>2015-01-26 17:30:00 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2015-02-18 16:33:46 +0100
commit66f2ff06ca4ee5ea686b884e2923a31832ad8fe4 (patch)
treefb8b7bcea5ccf32eef2fae0df44e26d397032306 /units/systemd-fsck@.service.in
parentd5e41df6d7a8e1814dded5e55e2c5a497fcf24dc (diff)
downloadsystemd-66f2ff06ca4ee5ea686b884e2923a31832ad8fe4.tar.gz
Add fsckd service and socket, retarget systemd-fsck
systemd-fsckd can be socket-activated by systemd-fsck process. Reflect that in the different unit files.
Diffstat (limited to 'units/systemd-fsck@.service.in')
-rw-r--r--units/systemd-fsck@.service.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/units/systemd-fsck@.service.in b/units/systemd-fsck@.service.in
index 857e625679..e6d98c031b 100644
--- a/units/systemd-fsck@.service.in
+++ b/units/systemd-fsck@.service.in
@@ -10,12 +10,12 @@ Description=File System Check on %f
Documentation=man:systemd-fsck@.service(8)
DefaultDependencies=no
BindsTo=%i.device
-After=%i.device systemd-fsck-root.service local-fs-pre.target
+Wants=systemd-fsckd.socket
+After=%i.device systemd-fsck-root.service local-fs-pre.target systemd-fsckd.socket
Before=shutdown.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=@rootlibexecdir@/systemd-fsck %f
-StandardOutput=journal+console
TimeoutSec=0