Fix wrong upstart directives in openafs-client
svn path=/nixos/trunk/; revision=18645
This commit is contained in:
parent
7cefe762db
commit
729bf2e2f0
@ -65,8 +65,8 @@ in
|
|||||||
|
|
||||||
description = "AFS client";
|
description = "AFS client";
|
||||||
|
|
||||||
startOn = "start network-interfaces";
|
startOn = "started network-interfaces";
|
||||||
stopOn = "stop network-interfaces";
|
stopOn = "stopping network-interfaces";
|
||||||
|
|
||||||
preStart = ''
|
preStart = ''
|
||||||
mkdir -m 0755 /afs || true
|
mkdir -m 0755 /afs || true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user