1
0
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:
Lennart Poettering 2019-03-21 17:44:09 +01:00
parent d86e4c979a
commit 3483460cb8

View File

@ -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,
};