You are not logged in.
I am trying to make pulseaudio automatically start on my home server and i fail.
this is what I tried so far:
Created a pulseaudio.service file and enabled it.
/etc/systemd/system/pulseaudio.service
---
[Unit]
Description=PulseAudio Sound System
Before=sound.target
[Service]
BusName=org.pulseaudio.Server
ExecStart=/usr/bin/pulseaudio --start
Restart=always
User=carnager
PAMName=system-local-login
[Install]
WantedBy=session.target
enabled linger for logind with "loginctl enable linger"
the service file works fine, when I ssh into the machine and start it. however on boot nothing happens.
Last edited by Rasi (2015-06-22 21:06:39)
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
You can look at the Pulseaudio wiki section about daemon though i would not use that
https://wiki.archlinux.org/index.php/PulseAudio
also look at this post
Offline