tesla-charge-controller/charge-controller-supervisor/debian/service

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