Alex Janka
19a98fbf31
All checks were successful
Build .deb on release / Build-Deb (push) Successful in 1m39s
16 lines
298 B
Plaintext
16 lines
298 B
Plaintext
[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
|