Skip to content

Commit

Permalink
Add working systemd autostart with network requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
MikMuellerDev committed Jun 22, 2022
1 parent de59c3b commit 5a3ecc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dist/smarthome-hw-ir.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[Unit]
Description=Infrared receiver for Smarthome
After=network.target
Documentation=https://github.com/smarthome-go/infrared-node
Wants=network-online.target
After=network.target network-online.target

[Service]
Type=simple
Expand Down

0 comments on commit 5a3ecc0

Please sign in to comment.