mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-06-08 02:54:40 +08:00
10 lines
187 B
Desktop File
10 lines
187 B
Desktop File
[Unit]
|
|
Description= Power Drop Monitor Service
|
|
|
|
[Service]
|
|
Restart=always
|
|
ExecStart=/usr/local/pyenv/shims/python -u /usr/comma/power_drop_monitor.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|