Fix wrong upstart directives in openafs-client

svn path=/nixos/trunk/; revision=18645
This commit is contained in:
Marco Maggesi 2009-11-26 14:12:19 +00:00
parent 7cefe762db
commit 729bf2e2f0

View File

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