summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-09-21 21:43:40 +0200
committerKay Sievers <kay.sievers@vrfy.org>2010-09-21 21:43:40 +0200
commit65ae3821ff45cf65e53cab82a81ea00cfec942a8 (patch)
tree6f44eafe07e33ddb7052a5a8d91be9dacf1734e2 /units
parentf9ccc724990035fd9b2905857a695ade041ab133 (diff)
units: enable var-run + var-lock service by default
Diffstat (limited to 'units')
-rw-r--r--units/var-lock.mount3
-rw-r--r--units/var-lock.service3
-rw-r--r--units/var-run.mount3
-rw-r--r--units/var-run.service3
4 files changed, 0 insertions, 12 deletions
diff --git a/units/var-lock.mount b/units/var-lock.mount
index 17c4f522ad..f14ea94d04 100644
--- a/units/var-lock.mount
+++ b/units/var-lock.mount
@@ -14,6 +14,3 @@ What=tmpfs
Where=/var/lock
Type=tmpfs
Options=mode=775,gid=lock
-
-[Install]
-WantedBy=local-fs.target
diff --git a/units/var-lock.service b/units/var-lock.service
index 9c307e109c..c2e53cdb36 100644
--- a/units/var-lock.service
+++ b/units/var-lock.service
@@ -16,6 +16,3 @@ Before=local-fs.target
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/mkdir -p /var/lock/subsys
-
-[Install]
-WantedBy=local-fs.target
diff --git a/units/var-run.mount b/units/var-run.mount
index 90dfe0edaa..f786289536 100644
--- a/units/var-run.mount
+++ b/units/var-run.mount
@@ -14,6 +14,3 @@ What=tmpfs
Where=/var/run
Type=tmpfs
Options=mode=755
-
-[Install]
-WantedBy=local-fs.target
diff --git a/units/var-run.service b/units/var-run.service
index f493ee8ec1..2cb861efc2 100644
--- a/units/var-run.service
+++ b/units/var-run.service
@@ -17,6 +17,3 @@ Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/touch /var/run/utmp ; /bin/chmod 0664 /var/run/utmp ; /bin/chown root:utmp /var/run/utmp
ExecStart=/bin/mkdir /var/run/user ; /bin/chmod 0755 /var/run/user ; -/sbin/restorecon /var/run/user
-
-[Install]
-WantedBy=local-fs.target