diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-25 13:47:45 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-25 14:28:50 +0200 |
commit | 93a1d735aca5584a005d851f12cb0b8c7bb5e5ca (patch) | |
tree | c8bdb7467ffab4f8897f91ccd15a875df538d882 /units/quotacheck.service.in | |
parent | ca6b98ae21114064b57889a90561d86785223c4e (diff) |
units: rename fsck@.service to systemd-fsck@.service
The rule is that units that encapsulate our own code are prefixed with
"systemd-". Since the fsck units invoke our own code, hence add the
missing prefix. Since a long long time the fsck units didn't invoke the
naked fsck binaries anymore, and it is unlikely that this well ever
change. On the opposite: the code in systemd-fsck will probably get more
complex over time to handle fsck progress to plymouth forwarding.
Same for quotacheck (but not quotaon!)
Diffstat (limited to 'units/quotacheck.service.in')
-rw-r--r-- | units/quotacheck.service.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in deleted file mode 100644 index d3343df264..0000000000 --- a/units/quotacheck.service.in +++ /dev/null @@ -1,19 +0,0 @@ -# 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 Quota Check -DefaultDependencies=no -After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service -Before=local-fs.target shutdown.target -ConditionPathExists=/sbin/quotacheck - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=@rootlibexecdir@/systemd-quotacheck -TimeoutSec=0 |