Migrate to Python daemon

This commit is contained in:
Thales Maciel 2026-02-07 15:12:17 -03:00
parent 49ef349d48
commit d81f3dbffe
42 changed files with 660 additions and 1816 deletions

View file

@ -4,7 +4,7 @@ After=default.target
[Service]
Type=simple
ExecStart=%h/.local/bin/leld --config %h/.config/lel/config.json
ExecStart=/usr/bin/python3 %h/.local/bin/leld.py --config %h/.config/lel/config.json
Restart=on-failure
RestartSec=2