diff options
author | Didier Roche <didrocks@ubuntu.com> | 2015-01-26 17:30:00 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2015-02-18 16:33:46 +0100 |
commit | 66f2ff06ca4ee5ea686b884e2923a31832ad8fe4 (patch) | |
tree | fb8b7bcea5ccf32eef2fae0df44e26d397032306 /units/systemd-fsckd.service.in | |
parent | d5e41df6d7a8e1814dded5e55e2c5a497fcf24dc (diff) |
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-fsckd.service.in')
-rw-r--r-- | units/systemd-fsckd.service.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/units/systemd-fsckd.service.in b/units/systemd-fsckd.service.in new file mode 100644 index 0000000000..27c325f778 --- /dev/null +++ b/units/systemd-fsckd.service.in @@ -0,0 +1,16 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +[Unit] +Description=File System Check Daemon to report status +DefaultDependencies=no +Requires=systemd-fsckd.socket +Before=shutdown.target + +[Service] +ExecStart=@rootlibexecdir@/systemd-fsckd +StandardOutput=journal+console |