Skip to content

Instantly share code, notes, and snippets.

@ricsiga
Created August 18, 2016 15:19
Show Gist options
  • Save ricsiga/76d2e35f526208bdc995591296f19b91 to your computer and use it in GitHub Desktop.
Save ricsiga/76d2e35f526208bdc995591296f19b91 to your computer and use it in GitHub Desktop.
Kurento media server systemd unit file example
[Unit]
Description=Kurento Media Server daemon
After=network.target
[Service]
ExecStart=/usr/bin/kurento-media-server
Type=simple
PIDFile=/var/run/kurento-media-server.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