Fix wrong upstart directives in openafs-client
svn path=/nixos/trunk/; revision=18645
This commit is contained in:
parent
7cefe762db
commit
729bf2e2f0
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ in
|
|||
|
||||
description = "AFS client";
|
||||
|
||||
startOn = "start network-interfaces";
|
||||
stopOn = "stop network-interfaces";
|
||||
startOn = "started network-interfaces";
|
||||
stopOn = "stopping network-interfaces";
|
||||
|
||||
preStart = ''
|
||||
mkdir -m 0755 /afs || true
|
||||
|
|
Loading…
Reference in a new issue