mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-07-26 21:57:05 +00:00
* move `pwsp-daemon.service` from `pwsp-gui/assets` to pwsp-daemon/assets + autorestart service + better logging + wait for pipewire until start * adapt all packages * improve systemd service calling for .deb package
17 lines
297 B
Desktop File
17 lines
297 B
Desktop File
[Unit]
|
|
Description=Pipewire Soundpad Daemon
|
|
Requires=pipewire.service
|
|
After=pipewire.service
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/pwsp-daemon
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
RuntimeDirectory=pwsp
|
|
SyslogIdentifier=pwsp-daemon
|
|
|
|
[Install]
|
|
WantedBy=default.target
|