tesla-charge-controller/charge-controller-supervisor/debian/service
Alex Janka 2c7aa8641c
All checks were successful
Build and release .deb / Release (push) Successful in 52s
split: initial (and bad)
2024-12-28 19:04:43 +11:00

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