Tendrl / documentation

Project-wide documentation
Other
69 stars 21 forks source link

Job type reload is not applicable for unit rsyslog.service #97

Closed fbalak closed 6 years ago

fbalak commented 6 years ago

In documentation is stated that on tendrl-server and gluster nodes should be called:

systemctl reload rsyslog

but the command returns:

Failed to reload rsyslog.service: Job type reload is not applicable for unit rsyslog.service.
See system logs and 'systemctl status rsyslog.service' for details.

It seems that this service doesn't support reload action.

Tested on:

CentOS Linux release 7.4.1708 (Core)

CC: @mbukatov

nthomas-redhat commented 6 years ago

Use restart instead of reload as it is not supported. Updated the docs