3
0
Fork 0
forked from mirrors/nixpkgs

* atd's postStop action should be unnecessary.

svn path=/nixos/trunk/; revision=22095
This commit is contained in:
Eelco Dolstra 2010-06-01 20:42:33 +00:00
parent 94b2268192
commit b135e38bea

View file

@ -101,11 +101,6 @@ in
daemonType = "fork";
exec = "${at}/sbin/atd";
postStop =
''
test -e /var/run/atd.pid && kill $(cat /var/run/atd.pid)
'';
};
};