aboutsummaryrefslogtreecommitdiffstats
path: root/user/pulse.service
blob: 7903df0c374a3e767dfb1cf8262706adba3123d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=PulseAudio Sound System
After=sound.target

[Service]
Type=forking
ExecStart=/usr/bin/pulseaudio --start 
ExecStop=/usr/bin/pulseaudio -k
Restart=on-failure

[Install]
WantedBy=default.target