mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
Update edumeet.service
This commit is contained in:
parent
331a236804
commit
01ffcafab4
1 changed files with 6 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue