Files
agnos-builder/userspace/files/varwatch.service
T
Adeeb Shihadeh f3f6287709 Fix /var/ filling up once and for all (#451)
* 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
2025-02-03 19:20:34 -08:00

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