diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-08-17 14:01:12 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-08-17 14:01:12 +0200 |
commit | 322198005ace1aca0d504726f2444c84bd8b5430 (patch) | |
tree | 0b305fcf8812418c2f95707bb43df88c83609937 /units/var-run.mount | |
parent | 8acb3d88d318954109ffcc9e9feaf636236a0f8f (diff) |
units: add missing After= for var-run.service, var-lock.service
Diffstat (limited to 'units/var-run.mount')
-rw-r--r-- | units/var-run.mount | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/units/var-run.mount b/units/var-run.mount index f786289536..90dfe0edaa 100644 --- a/units/var-run.mount +++ b/units/var-run.mount @@ -14,3 +14,6 @@ What=tmpfs Where=/var/run Type=tmpfs Options=mode=755 + +[Install] +WantedBy=local-fs.target |