16 lines
421 B
INI
16 lines
421 B
INI
[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/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/server
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|