mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Upstart -> systemd
This commit is contained in:
parent
7ecde297c9
commit
82fb34f409
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue