* atd's postStop action should be unnecessary.
svn path=/nixos/trunk/; revision=22095
This commit is contained in:
parent
94b2268192
commit
b135e38bea
@ -101,11 +101,6 @@ in
|
|||||||
daemonType = "fork";
|
daemonType = "fork";
|
||||||
|
|
||||||
exec = "${at}/sbin/atd";
|
exec = "${at}/sbin/atd";
|
||||||
|
|
||||||
postStop =
|
|
||||||
''
|
|
||||||
test -e /var/run/atd.pid && kill $(cat /var/run/atd.pid)
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user