diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-20 00:13:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-20 00:13:23 +0200 |
commit | 335aa753fa60ba0bb3c9fe679c761d5f1f3b1588 (patch) | |
tree | 69a152429abfaed7ac6fabd301577b15090375e2 /units/quotacheck.service.in | |
parent | 6e8ebcc7de321bac0ba494365a85a19040654405 (diff) |
units: add missing fsck units
Diffstat (limited to 'units/quotacheck.service.in')
-rw-r--r-- | units/quotacheck.service.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in new file mode 100644 index 0000000000..9c8d7c8f0b --- /dev/null +++ b/units/quotacheck.service.in @@ -0,0 +1,18 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +[Unit] +Description=Quota Check +DefaultDependencies=no +After=systemd-readahead-collect.service systemd-readahead-replay.service +Before=local-fs.target shutdown.target +ConditionFileExists=/sbin/quotacheck + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=@rootlibexecdir@/systemd-quotacheck |