initialize
This commit is contained in:
15
LVX6048/etc/systemd/system/powermon2.service
Normal file
15
LVX6048/etc/systemd/system/powermon2.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=powermon LVX6048 #2 -> MQTT bridge
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=noise
|
||||
Group=dialout
|
||||
ExecStart=/home/noise/.local/bin/powermon -C /home/noise/.config/powermon/powermon2.yaml
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user