Merge branch 'feature-systemService' into develop

master
Stefan Otto 2018-06-05 17:25:37 +02:00
commit 6b7914db46
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[Unit]
Description=multiparty-meeting is a audio / video meeting service running in the browser and powered by webRTC
After=network.target
[Service]
ExecStart=/usr/local/src/multiparty-meeting/server.js
Restart=always
User=nobody
Group=nogroup
Environment=PATH=/usr/bin:/usr/local/bin
Environment=NODE_ENV=production
WorkingDirectory=/usr/local/src/multiparty-meeting
[Install]
WantedBy=multi-user.target