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.service | |
parent | 8acb3d88d318954109ffcc9e9feaf636236a0f8f (diff) |
units: add missing After= for var-run.service, var-lock.service
Diffstat (limited to 'units/var-run.service')
-rw-r--r-- | units/var-run.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/units/var-run.service b/units/var-run.service index 10e2b0525f..a958ff7d11 100644 --- a/units/var-run.service +++ b/units/var-run.service @@ -9,12 +9,13 @@ Description=Runtime Directory DefaultDependencies=no Requires=var-run.mount +After=var-run.mount Before=local-fs.target [Service] Type=oneshot ValidNoProcess=yes -ExecStart=/bin/touch /var/run/utmp ; /bin/chown root:utmp /var/run/utmp +ExecStart=/bin/touch /var/run/utmp ; /bin/chmod 0664 /var/run/utmp ; /bin/chown root:utmp /var/run/utmp [Install] WantedBy=local-fs.target |