add controls to lvx
This commit is contained in:
14
LVX6048/etc/systemd/system/lvx-control.service
Normal file
14
LVX6048/etc/systemd/system/lvx-control.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=LVX6048 HA -> powermon adhoc command bridge
|
||||
After=network-online.target powermon.service powermon2.service
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=noise
|
||||
ExecStart=/usr/local/bin/lvx-control
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user