Comment 4 for bug 1666456

Revision history for this message
pablo (pablo-platt) wrote :

Why does this unit file have differences compared to the rpm unit file?
https://github.com/coturn/coturn/blob/master/rpm/turnserver.service.fc

1. The PIDFile is under /run although both the rpm and the ubuntu init.d file use /var/run
2. ExecStart adds --pidfile in addition to PIDFile. Isn't this redundant?
3. ExecStart adds --syslog. why?
4. ExecStopPost is removed.
5. LimitNOFILE=1000000 compared to 999999

Thanks