]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-quotacheck.service.in
Merge pull request #12802 from irtimmer/fix-openssl
[thirdparty/systemd.git] / units / systemd-quotacheck.service.in
index d3343df2645e43b07b85620c8ca65d0d824725c7..244da0a30718902c3903d1aba18fe17c25448777 100644 (file)
@@ -1,3 +1,5 @@
+#  SPDX-License-Identifier: LGPL-2.1+
+#
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
@@ -7,10 +9,11 @@
 
 [Unit]
 Description=File System Quota Check
+Documentation=man:systemd-quotacheck.service(8)
 DefaultDependencies=no
-After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service
-Before=local-fs.target shutdown.target
-ConditionPathExists=/sbin/quotacheck
+After=systemd-remount-fs.service
+Before=remote-fs.target shutdown.target
+ConditionPathExists=@QUOTACHECK@
 
 [Service]
 Type=oneshot