]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-quotacheck.service.in
bus-proxy: increase NOFILE limit
[thirdparty/systemd.git] / units / systemd-quotacheck.service.in
CommitLineData
335aa753
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
335aa753
LP
6# (at your option) any later version.
7
8[Unit]
577780ac 9Description=File System Quota Check
743b8558 10Documentation=man:systemd-quotacheck.service(8)
335aa753 11DefaultDependencies=no
d6bc8348 12After=systemd-remount-fs.service
335aa753 13Before=local-fs.target shutdown.target
b51fc639 14ConditionPathExists=@QUOTACHECK@
335aa753
LP
15
16[Service]
17Type=oneshot
18RemainAfterExit=yes
19ExecStart=@rootlibexecdir@/systemd-quotacheck
80f7378c 20TimeoutSec=0