13 lines
222 B
SYSTEMD
13 lines
222 B
SYSTEMD
![]() |
# Systemd unit file for powerpi
|
||
|
|
||
|
[Unit]
|
||
|
Description=PowerPi - Electric Energy Consumption Monitor
|
||
|
Requires=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/srv/powerpi/power.py
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|