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

16 lines
306 B
Text
Raw Normal View History

2023-12-25 18:05:47 +11:00
[Unit]
2024-12-28 13:48:59 +11:00
Description=Charge Controller Supervisor
2023-12-25 18:05:47 +11:00
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
2024-01-09 11:33:11 +11:00
RestartSec=10s
Environment="RUST_LOG=error,warn"
2024-01-15 10:22:10 +11:00
Environment="LOG_TIMESTAMP=false"
2024-12-28 13:48:59 +11:00
ExecStart=/usr/bin/charge-controller-supervisor watch
2023-12-25 18:05:47 +11:00
[Install]
WantedBy=multi-user.target