diff options
Diffstat (limited to 'src/fsck.c')
-rw-r--r-- | src/fsck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fsck.c b/src/fsck.c index dbfb47517f..b5d8764e00 100644 --- a/src/fsck.c +++ b/src/fsck.c @@ -262,7 +262,7 @@ int main(int argc, char *argv[]) { r = EXIT_SUCCESS; if (status.si_code == CLD_EXITED && (status.si_status & 1)) - touch("/dev/.systemd/quotacheck"); + touch("/dev/.run/systemd/quotacheck"); finish: if (udev_device) |