mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-24 06:59:57 -05:00
11 lines
158 B
SYSTEMD
11 lines
158 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Sound Service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart=@PA_BINARY@ --daemonize=no
|
||
|
|
Restart=on-failure
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
Also=pulseaudio.socket
|
||
|
|
WantedBy=default.target
|