c42f6907fa
[Thomas: - use relative path for the service symlink - slightly adjust the service description] Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
191 B
Desktop File
12 lines
191 B
Desktop File
[Unit]
|
|
Description=PulseAudio Sound System
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
UMask=077
|
|
ExecStart=/usr/bin/pulseaudio --system --daemonize=no
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|