Re: LSB headers and other junk, how do you hack a quick init script in debian these days?

2014-10-21 Thread Michael Ole Olsen
Who needs to document their own pc they hack on daily? suddenly I couldnt just place a script in rc2.d folder anymore, needed to symlink needed to add an lsb header too it seems maybe I'm overlooking something I prefer to hack on my own without using debian tools, update-rc.d i.e. would be

Re: LSB headers and other junk, how do you hack a quick init script in debian these days?

2014-10-21 Thread Josselin Mouette
Michael Ole Olsen g...@gmx.net wrote: How do you hack a quick init script these days?:) I write a systemd unit file. It’s smaller, faster to write, easier to understand and works more reliably. Cheers, -- .''`.Josselin Mouette : :' : `. `' `- -- To UNSUBSCRIBE, email to

Re: LSB headers and other junk, how do you hack a quick init script in debian these days?

2014-10-21 Thread Thorsten Glaser
On Tue, 21 Oct 2014, Michael Ole Olsen wrote: suddenly I couldnt just place a script in rc2.d folder anymore, needed to symlink needed to add an lsb header too it seems Indeed. It took me quite some effort to learn about LSB headers, exit codes, SYSV init scripts, and all that, in order to

Re: LSB headers and other junk, how do you hack a quick init script in debian these days?

2014-10-21 Thread Marc Haber
On Tue, 21 Oct 2014 09:28:07 +0200, Josselin Mouette j...@debian.org wrote: Michael Ole Olsen g...@gmx.net wrote: How do you hack a quick init script these days?:) I write a systemd unit file. It’s smaller, faster to write, easier to understand and works more reliably. And it is also a

Re: LSB headers and other junk, how do you hack a quick init script in debian these days?

2014-10-21 Thread Ralf Jung
Hi, I write a systemd unit file. It’s smaller, faster to write, easier to understand and works more reliably. And it is also a bug to not have an init script since we still have ports that do not use systemd. And this is also completely irrelevant as the question was about quickly hacking