Skip to content

Commit 718553a

Browse files
authored
Remove openHAB services from systemd because of issue #11
1 parent 726b8d0 commit 718553a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To automatically run this app on system boot, you could optionally set it up in
2525
[Unit]
2626
Description=Nuimo openHAB Integration Service
2727
Requires=network-online.target bluetooth.service
28-
After=network-online.target bluetooth.service rsyslog.service openhab2.service
28+
After=network-online.target bluetooth.service rsyslog.service
2929
3030
[Service]
3131
ExecStart=/usr/bin/python3 /YOUR_PATH_TO_THIS_APP/main.py

0 commit comments

Comments
 (0)