systemctl PATH with asterisk
Posted: 2020/06/30 11:04:19
Hi All,
I have several configuration files in /etc/systemd/system/
myservice_first.service
myservice_second.service
myservice_third.service
In centos 7 if I would like to see the status all of them at once I simply put:
systemctl status myservice*
(of course after "systemctl daemon-reload" command)
but in centos 8 this not working and I have to give the full name of service
systemctl status myservice_first
systemctl status yservice_second
why?
Regards,
Artur
I have several configuration files in /etc/systemd/system/
myservice_first.service
myservice_second.service
myservice_third.service
In centos 7 if I would like to see the status all of them at once I simply put:
systemctl status myservice*
(of course after "systemctl daemon-reload" command)
but in centos 8 this not working and I have to give the full name of service
systemctl status myservice_first
systemctl status yservice_second
why?
Regards,
Artur