blob: 2d28a3630c3093d681c064afb8f7230a390494ba (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=temperature and humidity sensor node
After=network-online.target
[Service]
Restart=on-failure
ExecStart=/home/user/homekit/src/temphum_native_node.py --config /etc/temphum_node.toml
[Install]
WantedBy=multi-user.target
|