Skip to content

Instantly share code, notes, and snippets.

@ricsiga
Created July 29, 2016 13:42
Show Gist options
  • Save ricsiga/c2a95f9c50990f13fff582e815057d01 to your computer and use it in GitHub Desktop.
Save ricsiga/c2a95f9c50990f13fff582e815057d01 to your computer and use it in GitHub Desktop.
turnserver systemd unit file example
[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