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