systemd-install systemd Developer Lennart Poettering lennart@poettering.net systemd-install 1 systemd-install Enable or disable a systemd unit definition file systemd-install OPTIONS enable NAME systemd-install OPTIONS disable NAME systemd-install OPTIONS test NAME Description systemd-install enables or disables systemd units, or checks whether they are enabled. Options The following options are understood: Prints a short help text and exits. Enable/disable a service even if it conflicts with/contradicts another service. This might have the effect of disabling another service that was enabled. Enable/disable a system service. Enable/disable a session service for the calling user. Enable/disable a session service for all users. The following commands are understood: enable Enable a unit. This will create a number of symlinks as encoded in the [Install] section of a unit file. disable Disable a unit. This will removed a number of symlinks as encoded in the [Install] section of a unit file. test Checks whether any of the units specified are installed. This will check for the existance of a number of symlinks as encoded in the [Install] section of a unit file. Exit status On success 0 is returned, a non-zero failure code otherwise. See Also systemd1, systemctl1, systemd.unit5