]> git.proxmox.com Git - systemd.git/blame - units/systemd-quotacheck.service.in
Imported Upstream version 217
[systemd.git] / units / systemd-quotacheck.service.in
CommitLineData
663996b3
MS
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
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
6# (at your option) any later version.
7
8[Unit]
9Description=File System Quota Check
10Documentation=man:systemd-quotacheck.service(8)
11DefaultDependencies=no
5eef597e 12After=systemd-remount-fs.service
663996b3
MS
13Before=local-fs.target shutdown.target
14ConditionPathExists=@QUOTACHECK@
15
16[Service]
17Type=oneshot
18RemainAfterExit=yes
19ExecStart=@rootlibexecdir@/systemd-quotacheck
20TimeoutSec=0