Re: systemd running legacy sys V init.d script for newrelic

2013-10-11 Thread David Strauss
We run New Relic extensively (at least a few hundred instances) for our customers. Here's the native systemd service unit we use. I'm sure we'd tweak it if we revisited it now, but it certainly works. [Unit] Description=New Relic Global Daemon [Service] ExecStart=/usr/bin/newrelic-daemon -c

Re: systemd running legacy sys V init.d script for newrelic

2013-10-11 Thread Jóhann B. Guðmundsson
On 10/11/2013 07:17 AM, David Strauss wrote: We run New Relic extensively (at least a few hundred instances) for our customers. Here's the native systemd service unit we use. I'm sure we'd tweak it if we revisited it now, but it certainly works. [Unit] Description=New Relic Global Daemon

Re: systemd running legacy sys V init.d script for newrelic

2013-10-11 Thread Lennart Poettering
On Fri, 11.10.13 00:17, David Strauss (da...@davidstrauss.net) wrote: We run New Relic extensively (at least a few hundred instances) for our customers. Here's the native systemd service unit we use. I'm sure we'd tweak it if we revisited it now, but it certainly works. [Unit]

systemd running legacy sys V init.d script for newrelic

2013-10-06 Thread Muayyad AlSadi
hi, we are using newrelic to monitor our server, they use some init.d script which does not seem to like fedora 18 their script broke just after sourcing functions is there some workaround ? or different file to source for legacy software -- devel mailing list devel@lists.fedoraproject.org

Re: systemd running legacy sys V init.d script for newrelic

2013-10-06 Thread Tomasz Torcz
On Sun, Oct 06, 2013 at 04:16:47PM +0300, Muayyad AlSadi wrote: hi, we are using newrelic to monitor our server, they use some init.d script which does not seem to like fedora 18 their script broke just after sourcing functions is there some workaround ? or different file to source for

Re: systemd running legacy sys V init.d script for newrelic

2013-10-06 Thread Muayyad AlSadi
let's talk in general, any legacy init.d is supposed to work in systemd and does this mean that /etc/init.d/functions won't redirect to systemctl unless it knows that this very specific service implements systemd things On Sun, Oct 6, 2013 at 4:26 PM, Tomasz Torcz to...@pipebreaker.pl wrote:

Re: systemd running legacy sys V init.d script for newrelic

2013-10-06 Thread Lennart Poettering
On Sun, 06.10.13 16:16, Muayyad AlSadi (als...@gmail.com) wrote: hi, we are using newrelic to monitor our server, they use some init.d script which does not seem to like fedora 18 their script broke just after sourcing functions is there some workaround ? or different file to source

Re: systemd running legacy sys V init.d script for newrelic

2013-10-06 Thread Lennart Poettering
On Sun, 06.10.13 16:41, Muayyad AlSadi (als...@gmail.com) wrote: let's talk in general, any legacy init.d is supposed to work in systemd and does this mean that /etc/init.d/functions won't redirect to systemctl unless it knows that this very specific service implements systemd things I am not