tesla-charge-controller/pkg/systemd/charge-controller-supervisor.service

16 lines
317 B
Desktop File

[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