Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit 2c0ff60

Browse files
committed
Merge pull request #5 from nagineni/service
Remove User and Group options from service file as they are not needed
2 parents dd7fea7 + e9bb608 commit 2c0ff60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[Unit]
22
Description=WebBluetooth Edison Demo service
33
After=network.target
4+
45
[Service]
56
ExecStart=/usr/bin/node /home/root/webbluetooth-edison-demo/server/main.js
67
Environment='NODE_PATH=/usr/lib/node_modules/'
78
Restart=on-failure
8-
User=nobody
9-
Group=nobody
9+
1010
[Install]
1111
WantedBy=multi-user.target

0 commit comments

Comments
 (0)