Alias=td-agent.service Whenfluentdis enabled, it creates a symlink from/etc/systemdto/lib/systemd systemctl enable fluentd Created symlink /etc/systemd/system/td-agent.service → /lib/systemd/system/fluentd.service. Expected behavior: Enabling the alias name should not return error Unexpected behavi...
to autofs, but retaining an 'autofs4' alias. Despite the presence of the alias, systemd fails to load the autofs module: systemd[1]: Failed to insert module 'autofs4': No such file or directory Opened as 'serious' since I think autofs supports critical ...
[Install] Alias=display-manager.service Additional program output to the terminal or log subsystem illustrating the issue root@linux ~ # systemctl enable lightdm.service Created symlink '/etc/systemd/system/display-manager.service'→ '/usr/lib/systemd/system/lightdm.service'. The unit files have...
$ ln -s /usr/lib/systemd/system/getty@.service /usr/lib/systemd/system/getty@tty9.service $ systemctl daemon-reload Observe that systemd claims thatgetty@tty9.serviceunit file is in a "bad" state. However that unit file is perfectly fine, since it is an alias togetty@.serviceand we ...
docker systemctl replacement - allows to deploy to systemd-controlled containers without starting an actual systemd daemon (e.g. centos7, ubuntu16) - aliasgharmhowwala/docker-systemctl-replacement