X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fquotacheck.service.in;h=d46a33564927f6e80287501969fc405702a11367;hb=f1dd0c3f9b4a257e81ff9c6a08070c702a0db45a;hp=b670c57a75c7da5dece407b2870637070cb76666;hpb=4c446f03e85e1321d6b999d92e3be07a7022432f;p=elogind.git diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in index b670c57a7..d46a33564 100644 --- a/units/quotacheck.service.in +++ b/units/quotacheck.service.in @@ -6,7 +6,7 @@ # (at your option) any later version. [Unit] -Description=Quota Check +Description=File System Quota Check DefaultDependencies=no After=systemd-readahead-collect.service systemd-readahead-replay.service Before=local-fs.target shutdown.target @@ -16,6 +16,8 @@ ConditionPathExists=/sbin/quotacheck Type=oneshot RemainAfterExit=yes ExecStart=@rootlibexecdir@/systemd-quotacheck +StandardOutput=syslog +TimeoutSec=0 [Install] -WantedBy=basic.target +WantedBy=local-fs.target