default no access restriction; fixed start in Ubuntu 16.04 xenial with systemctl
This commit is contained in:
		@@ -1,8 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "port": 8888,
 | 
			
		||||
  "restrict": {
 | 
			
		||||
    "passwords": {
 | 
			
		||||
      "foo": ["sha256", "fcde2b2edba56bf408601fb721fe9b5c338d10ee429ea04fae5511b68fbf8fb9"]
 | 
			
		||||
    }
 | 
			
		||||
    "unrestricted": true
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -0,0 +1,11 @@
 | 
			
		||||
[Unit]
 | 
			
		||||
Description=ServiceDock https://servicedock.ch
 | 
			
		||||
 | 
			
		||||
[Service]
 | 
			
		||||
ExecStart=/usr/bin/nodejs /usr/share/servicedock/nodejs/servicedock
 | 
			
		||||
StandardOutput=journal
 | 
			
		||||
StandardError=journal
 | 
			
		||||
Restart=on-abort
 | 
			
		||||
 | 
			
		||||
[Install]
 | 
			
		||||
WantedBy=multi-user.target
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user