Files
sub 4d0ad127b5 Add shared memory daemon architecture and systemd service
Move ES-5 encoding from the CLAP plugin to a standalone PipeWire
daemon (es5d) communicating via POSIX shared memory. The plugin now
acts as a parameter/state frontend while es5d outputs directly to
the ES-9. Includes systemd user service for autostart after reboot
and an install script for local deployment.
2026-03-27 22:01:04 +01:00

15 lines
275 B
Desktop File

[Unit]
Description=ES-5 Encoder Daemon (PipeWire)
Documentation=https://git.sub-net.at/submodular/es5-clap
After=pipewire.service
Requires=pipewire.service
[Service]
Type=simple
ExecStart=%h/.local/bin/es5d
Restart=on-failure
RestartSec=3
[Install]
WantedBy=default.target