Connection Succesful, working on filtering
This commit is contained in:
13
pihole-ha-connector.service.example
Normal file
13
pihole-ha-connector.service.example
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Pi-hole to Home Assistant Connector
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=your_username
|
||||
WorkingDirectory=/path/to/your/PiholeDNS_HA_Connector
|
||||
ExecStart=/usr/bin/node src/app.js
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user