Comment 2 for bug 1433633

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

that's interesting:
$ ls -l /sbin/init
lrwxrwxrwx 1 root root 20 mars 11 11:22 /sbin/init -> /lib/systemd/systemd
$ /sbin/init --help
init [OPTIONS...] {COMMAND}

Send control commands to the init daemon.
$ /lib/systemd/systemd --help
systemd [OPTIONS...]

Starts up and maintains the system or user services.

-> seems help commands changes depending on systemd binary on user's name.

@Robie: you can use systemctl --version in the interim term.