Update edumeet.service

This commit is contained in:
Vittorio Palmisano 2021-05-05 13:14:16 +02:00 committed by GitHub
parent 331a236804
commit 01ffcafab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,18 @@ Description=edumeet is a audio / video meeting service running in the browser an
After=network.target
[Service]
# modify the paths accordingly with your installation
ExecStart=/usr/local/src/edumeet/server/dist/server.js
WorkingDirectory=/usr/local/src/edumeet/server
Restart=always
RestartSec=1
User=nobody
Group=nogroup
Environment=PATH=/usr/bin:/usr/local/bin
Environment=NODE_ENV=production
WorkingDirectory=/usr/local/src/edumeet/server
Environment=DEBUG="*ERROR*,*WARN*,*INFO*"
StandardOutput=syslog
StandardError=syslog
AmbientCapabilities=CAP_NET_BIND_SERVICE
[Install]