X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fsystemd-fsckd.service.in;fp=units%2Fsystemd-fsckd.service.in;h=27c325f7789afffbf5d7c534dc5c91c8792d6ae9;hb=66f2ff06ca4ee5ea686b884e2923a31832ad8fe4;hp=0000000000000000000000000000000000000000;hpb=d5e41df6d7a8e1814dded5e55e2c5a497fcf24dc;p=elogind.git diff --git a/units/systemd-fsckd.service.in b/units/systemd-fsckd.service.in new file mode 100644 index 000000000..27c325f77 --- /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