-
Notifications
You must be signed in to change notification settings - Fork 27
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
Added a simple systemd service #5
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than these readme changes, basically good to go 👍
README.md
Outdated
3. chmod +x filepath to the server executable | ||
4. systemctl enable --now smo.service | ||
|
||
**Known issues** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove known issues
README.md
Outdated
1. cp smo.serivce /etc/systemd/system/smo.service | ||
2. edit ExecStart to your path for the server executable | ||
3. chmod +x filepath to the server executable | ||
4. systemctl enable --now smo.service |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use code blocks like under the build section
i should really learn to check my changes before committing them
To address #3
Known Issues:
discord bot doesn't workfixedthat's all i could find