systemd/units/quotaon.service

19 lines
589 B
SYSTEMD
Raw Normal View History

2010-10-19 22:13:23 +00:00
# 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]
2010-10-29 03:18:22 +00:00
Description=Enable File System Quotas
2010-10-19 22:13:23 +00:00
DefaultDependencies=no
After=systemd-readahead-collect.service systemd-readahead-replay.service quotacheck.service
Before=local-fs.target shutdown.target
ConditionPathExists=/sbin/quotaon
2010-10-19 22:13:23 +00:00
[Service]
Type=oneshot
RemainAfterExit=yes
2010-10-20 14:43:55 +00:00
ExecStart=/sbin/quotaon -aug