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