start_unit       3066 src/systemctl/systemctl.c         r = start_unit(bus, args);
start_unit       6735 src/systemctl/systemctl.c                 { "start",                 MORE,  2, start_unit        },
start_unit       6736 src/systemctl/systemctl.c                 { "stop",                  MORE,  2, start_unit        },
start_unit       6737 src/systemctl/systemctl.c                 { "condstop",              MORE,  2, start_unit        }, /* For compatibility with ALTLinux */
start_unit       6738 src/systemctl/systemctl.c                 { "reload",                MORE,  2, start_unit        },
start_unit       6739 src/systemctl/systemctl.c                 { "restart",               MORE,  2, start_unit        },
start_unit       6740 src/systemctl/systemctl.c                 { "try-restart",           MORE,  2, start_unit        },
start_unit       6741 src/systemctl/systemctl.c                 { "reload-or-restart",     MORE,  2, start_unit        },
start_unit       6742 src/systemctl/systemctl.c                 { "reload-or-try-restart", MORE,  2, start_unit        },
start_unit       6743 src/systemctl/systemctl.c                 { "force-reload",          MORE,  2, start_unit        }, /* For compatibility with SysV */
start_unit       6744 src/systemctl/systemctl.c                 { "condreload",            MORE,  2, start_unit        }, /* For compatibility with ALTLinux */
start_unit       6745 src/systemctl/systemctl.c                 { "condrestart",           MORE,  2, start_unit        }, /* For compatibility with RH */
start_unit       6746 src/systemctl/systemctl.c                 { "isolate",               EQUAL, 2, start_unit        },
start_unit       6940 src/systemctl/systemctl.c                 if (start_unit(bus, NULL) >= 0)