• Linux
使用 systemd 启动和停止
sudo systemctl start manticoresudo systemctl stop manticoresudo systemctl is-enabled manticoresudo systemctl disable manticoresudo systemctl enable manticoresudo journalctl -u manticore使用 systemd 自定义启动标志
systemctl set-environment _ADDITIONAL_SEARCHD_PARAMS='--logdebug'
systemctl restart manticore使用 service 启动和停止
最后更新于