We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi. 我创建了/etc/systemd/system/goproxy-by-alienero.service文件,
root@ar:~# cat /etc/systemd/system/goproxy-by-alienero.service [Unit] After=network.target
[Service] ExecStart=/root/go/gopath/bin/server -listen=0.0.0.0:8087 -password=******** Restart=always
[Install] WantedBy=multi-user.target root@ar:~#
但是我运行systemctl start goproxy-by-alienero 我以为启动了server命令,但是 root@ar:# ps aux|grep server root 31964 0.0 0.0 11076 864 pts/0 S+ 22:30 0:00 grep server root@ar:#
server 并未在运行中,不知为何?难道goproxy-by-alienero.service文件写错了吗
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi.
我创建了/etc/systemd/system/goproxy-by-alienero.service文件,
root@ar:~# cat /etc/systemd/system/goproxy-by-alienero.service
[Unit]
After=network.target
[Service]
ExecStart=/root/go/gopath/bin/server -listen=0.0.0.0:8087 -password=********
Restart=always
[Install]
WantedBy=multi-user.target
root@ar:~#
但是我运行systemctl start goproxy-by-alienero
我以为启动了server命令,但是
root@ar:
# ps aux|grep server#root 31964 0.0 0.0 11076 864 pts/0 S+ 22:30 0:00 grep server
root@ar:
server 并未在运行中,不知为何?难道goproxy-by-alienero.service文件写错了吗
The text was updated successfully, but these errors were encountered: