3
0
Fork 0
forked from mirrors/nixpkgs

Upstart -> systemd

This commit is contained in:
Shea Levy 2013-01-21 18:14:09 -05:00
parent 7ecde297c9
commit 82fb34f409

View file

@ -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.
'';
};