alexp-sssup / asus-xonar-u1-utils

A simple daemon to handle the non standard audio controls on Asus Xonar U1 devices
GNU General Public License v3.0
11 stars 11 forks source link

Long running process via RUN is deprecated in systemd #3

Open sheeprine opened 11 years ago

sheeprine commented 11 years ago

We can't start daemon via RUN in systemd-udev anymore. It's been deprecated and will get auto-killed.

We can overcome this problem by creating a symlink for the xonar and then starting the daemon like any other daemon in Linux. Or creating a service for systemd and a new udev script.

alexp-sssup commented 11 years ago

I have to admit I'm not proficient about systemd and udev. The current udev configuration is no more than an hack. Would you be able to contribute a better way?

sheeprine commented 11 years ago

I'll push the modifications I've made on the daemon (syslog and stuff) and I'll try to have a look at this.