16 lines
298 B
Desktop File
16 lines
298 B
Desktop File
[Unit]
|
|
Description=Tesla Auth Callback Watcher
|
|
After=network.target
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=10s
|
|
Environment="RUST_LOG=error,warn"
|
|
Environment="LOG_TIMESTAMP=false"
|
|
ExecStart=/usr/bin/tesla-auth-callback-watcher
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|