All shell scripts and config files should be executable (755) for direct invocation. No content changes.
14 lines
268 B
Desktop File
Executable File
14 lines
268 B
Desktop File
Executable File
[Unit]
|
|
Description=Porridge dictate - push-to-talk transcription
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=-%h/.config/porridge/env
|
|
ExecStart=%h/.local/bin/porridge dictate
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=default.target
|