[Linux] openhab2.service abs. path (#114)

pull/118/head
Michael Vorburger 2016-10-18 15:59:39 +02:00 committed by Thomas Dietrich
parent 0ee48da5e0
commit 0b6857ab06
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ GuessMainPID=yes
WorkingDirectory=/opt/openhab2
#EnvironmentFile=/etc/default/openhab2
ExecStart=/opt/openhab2/start.sh server
ExecStop=kill -SIGINT $MAINPID
ExecStop=/bin/kill -SIGINT $MAINPID
Restart=on-failure
[Install]