Switch config to JSON

This commit is contained in:
Thales Maciel 2026-02-06 18:53:02 -03:00
parent 123dc0160b
commit b296491703
6 changed files with 127 additions and 36 deletions

View file

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