Re: spacenavd: Need help with systemd unit

2011-08-23 Thread Richard Shaw
On Tue, Aug 23, 2011 at 9:19 AM, Lennart Poettering wrote: > So the daemon listens on a local socket. That means it's quite important > that systemd waits with starting the next service until your daemon > finished starting up (and hence finished establishing the listening > socket), so that the n

Re: spacenavd: Need help with systemd unit

2011-08-23 Thread Lennart Poettering
On Tue, 23.08.11 08:14, Richard Shaw (hobbes1...@gmail.com) wrote: > > Lennart, > > Here's the response from upstream: > """ > On Mon, Aug 22, 2011 at 04:09:34PM -0500, Richard Shaw wrote: > > How exactly does spacenavd interface with applications? Is it some > > sort of socket? > > Spacenavd p

Re: spacenavd: Need help with systemd unit

2011-08-23 Thread Lennart Poettering
On Mon, 22.08.11 19:54, Richard Shaw (hobbes1...@gmail.com) wrote: > > On Mon, Aug 22, 2011 at 3:53 PM, Lennart Poettering > wrote: > [SNIP] > >> Is this all I need? It does not depend on any other service that I know of. > > > > Depends. If this daemon provides some interface to local clients y

Re: spacenavd: Need help with systemd unit

2011-08-23 Thread Richard Shaw
Lennart, Here's the response from upstream: """ On Mon, Aug 22, 2011 at 04:09:34PM -0500, Richard Shaw wrote: > How exactly does spacenavd interface with applications? Is it some > sort of socket? Spacenavd provides two interfaces to applications: - The libspnav-only interface which doesn't requi

Re: spacenavd: Need help with systemd unit

2011-08-22 Thread Richard Shaw
On Mon, Aug 22, 2011 at 3:53 PM, Lennart Poettering wrote: [SNIP] >> Is this all I need? It does not depend on any other service that I know of. > > Depends. If this daemon provides some interface to local clients you > either want to make it socket activatable (requires patching) or use > "Type=f

Re: spacenavd: Need help with systemd unit

2011-08-22 Thread Lennart Poettering
On Mon, 22.08.11 15:16, Richard Shaw (hobbes1...@gmail.com) wrote: > I'm working on a review request for spacenavd[1] which is a daemon for > providing access to 3D input devices that use the library libspnav. > > I have not built a package that uses sysv for systemd yet so this is my first. > >

spacenavd: Need help with systemd unit

2011-08-22 Thread Richard Shaw
I'm working on a review request for spacenavd[1] which is a daemon for providing access to 3D input devices that use the library libspnav. I have not built a package that uses sysv for systemd yet so this is my first. I have a working sysv init script based on the provided template but it would p