mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Add Python sender for Raspberry Pi Zero
This commit is contained in:
9
DeviceStatus/Sender/device_status_sender.service
Executable file
9
DeviceStatus/Sender/device_status_sender.service
Executable file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Device Status Server Service
|
||||
|
||||
[Service]
|
||||
Environment=PYTHONUNBUFFERED=1
|
||||
ExecStart=/usr/bin/python /home/ckaczor/Code/Personal/HomeMonitor/DeviceStatus/Sender/sender.py
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user