summaryrefslogtreecommitdiff
path: root/src/quotacheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/quotacheck.c')
-rw-r--r--src/quotacheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quotacheck.c b/src/quotacheck.c
index 5ced93318e..55c2f0c6d6 100644
--- a/src/quotacheck.c
+++ b/src/quotacheck.c
@@ -94,7 +94,7 @@ int main(int argc, char *argv[]) {
if (arg_skip)
return 0;
- if (access("/dev/.systemd/quotacheck", F_OK) < 0)
+ if (access("/dev/.run/systemd/quotacheck", F_OK) < 0)
return 0;
}