Skip to content

Instantly share code, notes, and snippets.

View lennartack's full-sized avatar

Lennart lennartack

  • Delta10
View GitHub Profile
@lennartack
lennartack / pulseaudio.service
Created October 13, 2024 14:18 — forked from awidegreen/pulseaudio.service
systemd definition for pulseaudio in system-mode (example for archlinux).The pulseaudio developers explicitly recommend to NOT run pulseaudo system-mode!
# systemd service spec for pulseaudio running in system mode -- not recommended though!
# on arch, put it under /etc/systemd/system/pulseaudio.service
# start with: systemctl start pulseaudio.service
# enable on boot: systemctl enable pulseaudio.service
[Unit]
Description=Pulseaudio sound server
After=avahi-daemon.service network.target
[Service]
Type=dbus