Created
July 29, 2016 13:42
-
-
Save ricsiga/c2a95f9c50990f13fff582e815057d01 to your computer and use it in GitHub Desktop.
turnserver systemd unit file example
This file contains 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=turnserver - coturn TURN server | |
After=network.target | |
[Service] | |
ExecStart=/usr/local/bin/turnserver -c /etc/turnserver.conf -o --no-stdout-log | |
Type=forking | |
PIDFile=/var/run/turnserver.pid | |
Restart=always | |
[Install] | |
WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment