aman/systemd/lel.service

12 lines
244 B
Desktop File

[Unit]
Description=lel X11 transcription daemon
After=default.target
[Service]
Type=simple
ExecStart=/usr/bin/python3 %h/.local/bin/leld.py --config %h/.config/lel/config.json
Restart=on-failure
RestartSec=2
[Install]
WantedBy=default.target