Fix openafs-client for the new Upstart 0.6

svn path=/nixos/trunk/; revision=18644
This commit is contained in:
Marco Maggesi 2009-11-26 13:11:56 +00:00
parent 8c134a151c
commit 7cefe762db

View File

@ -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