systemctlでhinemosの自動起動を停止 systemctl
hinemosをためしにいれたらその後自動起動してしまって
他のapacheを自動起動できなくしてくれちゃってたので停止した
systemctl つかいにっくいんだよねー
まだ慣れないわ
[root@aaa]# systemctl list-unit-files hine*
UNIT FILE STATE
hinemos_manager.service disabled
hinemos_pg.service disabled
hinemos_web.service enabled
3 unit files listed.
[root@aaa]# systemctl disable hinemos_web.service
Removed symlink /etc/systemd/system/multi-user.target.wants/hinemos_web.service.
[root@aaa]# systemctl list-unit-files hine*
UNIT FILE STATE
hinemos_manager.service disabled
hinemos_pg.service disabled
hinemos_web.service disabled