aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorOlivier Blin <dev@blino.org>2012-07-22 20:05:15 +0200
committerOlivier Blin <dev@blino.org>2012-10-23 23:30:17 +0200
commit4d757d4cbe59318b9419744d11c0e2742e702dd3 (patch)
tree4f72cd381f24d305a1fd11151368004a47b2c70d /systemd
parent03d54af2ff1d83ce5b69bd6524f622bc72492f87 (diff)
downloadinitscripts-4d757d4cbe59318b9419744d11c0e2742e702dd3.tar
initscripts-4d757d4cbe59318b9419744d11c0e2742e702dd3.tar.gz
initscripts-4d757d4cbe59318b9419744d11c0e2742e702dd3.tar.bz2
initscripts-4d757d4cbe59318b9419744d11c0e2742e702dd3.tar.xz
initscripts-4d757d4cbe59318b9419744d11c0e2742e702dd3.zip
remove mandriva-clean-var-run-lock systemd service, unneded now that /var/lock is a symlink to /run/lock
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