mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	update service
Former-commit-id: cf849922ce2b4ce89b97475e5ff246d6d929998a
This commit is contained in:
		| @@ -13,7 +13,7 @@ | ||||
| ### END INIT INFO | ||||
|  | ||||
| DAEMON=hyperiond | ||||
| DAEMONOPTS="/opt/hyperion/hyperion.config.json /etc/hyperion/hyperion.config.json" | ||||
| DAEMONOPTS="/etc/hyperion/hyperion.config.json" | ||||
| DAEMON_PATH="/usr/bin" | ||||
|  | ||||
| NAME=$DAEMON | ||||
|   | ||||
| @@ -8,4 +8,4 @@ stop on (runlevel [!2345]) | ||||
|  | ||||
| respawn | ||||
|  | ||||
| exec /usr/bin/hyperiond /opt/hyperion/hyperion.config.json /etc/hyperion/hyperion.config.json | ||||
| exec /usr/bin/hyperiond /etc/hyperion/hyperion.config.json | ||||
|   | ||||
| @@ -6,7 +6,7 @@ Type=simple | ||||
| User=root | ||||
| Group=root | ||||
| UMask=007 | ||||
| ExecStart=/usr/bin/hyperiond /opt/hyperion/hyperion.config.json /etc/hyperion/hyperion.config.json | ||||
| ExecStart=/usr/bin/hyperiond /etc/hyperion/hyperion.config.json | ||||
| ExecReload=/bin/kill -HUP $MAINPID | ||||
| Restart=on-failure | ||||
| TimeoutStopSec=10 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user