mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
systemctl: document argv[] array
This commit is contained in:
parent
d86e4c979a
commit
3483460cb8
@ -6350,9 +6350,9 @@ static int enable_sysv_units(const char *verb, char **args) {
|
||||
|
||||
const char *argv[] = {
|
||||
ROOTLIBEXECDIR "/systemd-sysv-install",
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL, /* --root= */
|
||||
NULL, /* verb */
|
||||
NULL, /* service */
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user