Skip to content
New issue

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

建议添加gateone说明,以解决:Unit gateone.service not found问题 #31

Closed
atompi opened this issue Sep 18, 2017 · 2 comments
Closed

Comments

@atompi
Copy link
Contributor

atompi commented Sep 18, 2017

Ubuntu 16.04系统环境下,启动gateone service会报错:Unit gateone.service not found,可用如下方式解决:

添加/lib/systemd/system/gateone.service

[Unit]
Description=Web-based terminal

[Service]
Type=simple
PIDFile=/tmp/gateone.pid
WorkingDirectory=/var/lib/gateone
ExecStart=/usr/local/bin/gateone
Restart=on-abort

[Install]
WantedBy=multi-user.target
@welliamcao
Copy link
Owner

@mission802 谢谢,我把这个issues更新到gateone安装文档里面作为常见问题指引。

@atompi
Copy link
Contributor Author

atompi commented Sep 26, 2017

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants