17 lines
303 B
SYSTEMD
17 lines
303 B
SYSTEMD
|
[Unit]
|
||
|
Description=Tesla Auth Callback Watcher
|
||
|
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/auth-callback-watcher
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|