mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
* atd's postStop action should be unnecessary.
svn path=/nixos/trunk/; revision=22095
This commit is contained in:
parent
94b2268192
commit
b135e38bea
1 changed files with 0 additions and 5 deletions
|
@ -101,11 +101,6 @@ in
|
|||
daemonType = "fork";
|
||||
|
||||
exec = "${at}/sbin/atd";
|
||||
|
||||
postStop =
|
||||
''
|
||||
test -e /var/run/atd.pid && kill $(cat /var/run/atd.pid)
|
||||
'';
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue