我正在运行 Minecraft Feed the beast 服务器作为服务。
这是我的系统脚本:
[unit]
Description=Een Minecraft Feed The Beast server
[Service]
Environment= MY_ENVIRONMENT_VAR
WorkingDirectory=/root/ftb_minecraft
ExecStart=/bin/bash ServerStart.sh
Restart=always
[Install]
WantedBy=multi-user.target
minecraft 服务器现在可以正常工作了。但我无法输入命令。通常你会得到一个小型服务器终端,你可以在其中输入命令。
现在我的问题是:是否仍然可以通过其他命令来输入命令。例如systemctl ftb command <Insert command here>