Last active
February 25, 2019 13:34
-
-
Save jostyee/325ee86989b02293a242e1b8a9eede99 to your computer and use it in GitHub Desktop.
systemd service file for https://github.com/surge-networks/snell
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=snell | |
After=network.target | |
[Service] | |
Type=simple | |
User=nobody | |
Group=nogroup | |
LimitNOFILE=32768 | |
Restart=on-failure | |
RestartSec=5s | |
Environment='ARGUMENT=/home/yee/snell-server.conf' | |
ExecStart=/home/yee/snell-server -c $ARGUMENT | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment