Fix openafs-client for the new Upstart 0.6
svn path=/nixos/trunk/; revision=18644
This commit is contained in:
parent
8c134a151c
commit
7cefe762db
@ -65,8 +65,8 @@ in
|
||||
|
||||
description = "AFS client";
|
||||
|
||||
startOn = "network-interfaces/started";
|
||||
stopOn = "network-interfaces/stop";
|
||||
startOn = "start network-interfaces";
|
||||
stopOn = "stop network-interfaces";
|
||||
|
||||
preStart = ''
|
||||
mkdir -m 0755 /afs || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user