Alex Janka
bc0da6be11
All checks were successful
Build and release .deb / Release (push) Successful in 51s
15 lines
306 B
Text
15 lines
306 B
Text
[Unit]
|
|
Description=Charge Controller Supervisor
|
|
After=network.target
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=10s
|
|
Environment="RUST_LOG=error,warn"
|
|
Environment="LOG_TIMESTAMP=false"
|
|
ExecStart=/usr/bin/charge-controller-supervisor watch
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|