aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'systemd')
-rw-r--r--systemd/system/mandriva-clean-var-run-lock.service19
1 files changed, 0 insertions, 19 deletions
diff --git a/systemd/system/mandriva-clean-var-run-lock.service b/systemd/system/mandriva-clean-var-run-lock.service
deleted file mode 100644
index 1fa808ce..00000000
--- a/systemd/system/mandriva-clean-var-run-lock.service
+++ /dev/null
@@ -1,19 +0,0 @@
-# This file is part of initscripts.
-#
-# Implement /var/run and /var/lock clean up that is part of standard
-# rc.sysinit but cannot be expressed using tmpfiles.d
-
-[Unit]
-Description=Cleanup of /var/run and /var/lock
-DefaultDependencies=no
-Wants=local-fs.target
-After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target
-Before=systemd-tmpfiles-setup.service sysinit.target shutdown.target
-ConditionPathExists=!/run/.suppress-mandriva-var-clean
-
-[Service]
-Type=oneshot
-ExecStart=-/usr/bin/find /var/lock /var/run -depth ! -type d ! -path /var/lock/TMP_1ST -delete
-ExecStartPost=-/bin/touch /run/.suppress-mandriva-var-clean
-IOSchedulingClass=idle
-RemainAfterExit=yes