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"; example = "rm -f /var/log/messages";
type = types.string; type = types.string;
description = '' description = ''
Shell commands to be executed just before Upstart is started. Shell commands to be executed just before systemd is started.
''; '';
}; };