forked from mirrors/nixpkgs
Upstart -> systemd
This commit is contained in:
parent
7ecde297c9
commit
82fb34f409
|
@ -13,7 +13,7 @@ let
|
|||
example = "rm -f /var/log/messages";
|
||||
type = types.string;
|
||||
description = ''
|
||||
Shell commands to be executed just before Upstart is started.
|
||||
Shell commands to be executed just before systemd is started.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue