Re: [arch-general] System-Wide Pulseaudio

2013-09-08 Thread Guus Snijders
Op 8 sep. 2013 19:00 schreef "Dennis Lange" het volgende: [...] > > > > If I find where this happens, it might be possible to say: "only user > > mpd control pulseaudio"?! > > Like every time Arch Wiki point me to the right place. > > I only need to install > > https://aur.archlinux.org/packages/p

Re: [arch-general] systemd start a daemon after the Internet connection is established

2013-09-08 Thread Lukas Jirkovsky
On 8 September 2013 18:37, Bill Sun wrote: > When the server is connected to the Internet, this service file can > launch the proxy successfully, but it doesn't work on system startup, > supposedly due to the lack of an connection with Internet access. So I > need systemd to make sure the connect

Re: [arch-general] System-Wide Pulseaudio

2013-09-08 Thread Dennis Lange
> If I use: > > # systemctl disable rtkit-daemon.service > # systemctl stop rtkit-daemon.service > > and start a new X session, something automatically reenable and restart > rtkit-daemon.service > > If I find where this happens, it might be possible to say: "only user > mpd control pulseaudio"?

Re: [arch-general] System-Wide Pulseaudio

2013-09-08 Thread Dennis Lange
On 07.09.2013 22:42, Dennis Lange wrote: > and if i login with user1 and startx: > > Sep 07 21:54:43 rore rtkit-daemon[455]: Successfully made thread 559 of > process 559 (/usr/bin/pulseaudio) owned by '1000' high priority at nice > level -11. > > and if I switch to virtual console 2 and login w

[arch-general] systemd start a daemon after the Internet connection is established

2013-09-08 Thread Bill Sun
Hi, I have a web proxy that can only initiate itself online, otherwise it would exit with an error. To daemonize that proxy, I wrote the following systemd service file: [Unit] Description=A Proxy Server After=network.target [Service] Type=simple ExecStart=/srv/proxy/aprox