Created
January 10, 2021 07:06
-
-
Save netaviator/98b18b9ae9394bcd0a498d75782b41c1 to your computer and use it in GitHub Desktop.
Ookla Server systemd file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=ooklaserver | |
After=network.target | |
[Service] | |
User=ooklaserver | |
Group=ooklaserver | |
WorkingDirectory=/opt/ooklaserver | |
ExecStart=/opt/ooklaserver/OoklaServer --daemon --pidfile=/opt/ooklaserver/OoklaServer.pid | |
PIDFile=/opt/ooklaserver/OoklaServer.pid | |
ExecStop=/bin/kill -s TERM $MAINPID | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment