All shell scripts and config files should be executable (755) for direct invocation. No content changes.
15 lines
341 B
Desktop File
Executable File
15 lines
341 B
Desktop File
Executable File
[Unit]
|
|
Description=Porridge - Zoom meeting transcriber daemon
|
|
After=graphical-session.target pulseaudio.service pipewire.service
|
|
Wants=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=-%h/.config/porridge/env
|
|
ExecStart=%h/.local/bin/porridge daemon
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|