Skip to content
  • Lennart Poettering's avatar
    systemctl: remove --follow option · aae9a96d
    Lennart Poettering authored
    Given that "journalctl -u" exists now there's no need to duplicate this
    functionality in systemctl, so let's drop this, especially given that it
    always felt a bit awkward to overload "-f" to both --force and --follow,
    and to have continues output with a status header for this.
    
            systemctl status -f avahi-daemon
    
    now becomes:
    
            journalctl -fu avahi-daemon
    
    Which is shorter and a lot less redundant.
    aae9a96d