mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-12 02:12:05 +08:00
f3f6287709
* fix filling up /var/ with journal logs
* Revert "fix filling up /var/ with journal logs"
This reverts commit 5485630fb3.
* can't believe this is still an issue
* and another time bug
* one more
* fix
* revert that
* cleanup
10 lines
158 B
Desktop File
10 lines
158 B
Desktop File
[Unit]
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Restart=always
|
|
ExecStart=/usr/local/venv/bin/python -u /usr/comma/varwatch.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|