$DAEMON_OPTS should be empty most of the time - there are several ways
to set them.
/etc/environment, an environment file after the preset in the unit file
- my intention was to have daemon options respected if one has to set
them - most used daemon opts might be:
-n, --norestore
On Wednesday, December 12, 2018 05:00:32 AM Diederik de Haas wrote:
> On woensdag 12 december 2018 04:47:37 CET Scott Kitterman wrote:
> > > My reaction was in response to "DAEMON_OPTS is never defined"
> >
> > OK. I guess I should have been clearer:
> >
> > Never defined in the systemd unit file
On woensdag 12 december 2018 04:47:37 CET Scott Kitterman wrote:
> > My reaction was in response to "DAEMON_OPTS is never defined"
>
> OK. I guess I should have been clearer:
>
> Never defined in the systemd unit file.
I agree. Consequently the patch seems incomplete.
Now your other remark also
On Wednesday, December 12, 2018 04:43:26 AM Diederik de Haas wrote:
> On woensdag 12 december 2018 02:48:25 CET Scott Kitterman wrote:
> > >It is defined in /etc/init.d/quasselcore (with value "", but one can
> > >change that)
> >
> > Right, but that's for sysv init, not the systemd service file.
On woensdag 12 december 2018 02:48:25 CET Scott Kitterman wrote:
> >It is defined in /etc/init.d/quasselcore (with value "", but one can
> >change that)
>
> Right, but that's for sysv init, not the systemd service file. I don't
> believe systemd looks in /etc/init.d at all.
>
> Did you test this
On December 12, 2018 1:09:17 AM UTC, Diederik de Haas
wrote:
>On Tue, 11 Dec 2018 11:03:06 -0500 Scott Kitterman
>
>wrote:
>> What does this accomplish? As far as I can see, DAEMON_OPTS is never
>defined
>> (defaults isn't sourced and AIUI there's no easy way to do that).
>
>It is defined i
On Tue, 11 Dec 2018 11:03:06 -0500 Scott Kitterman
wrote:
> What does this accomplish? As far as I can see, DAEMON_OPTS is never defined
> (defaults isn't sourced and AIUI there's no easy way to do that).
It is defined in /etc/init.d/quasselcore (with value "", but one can change
that)
signa
Package: quasselcore
Severity: normal
Tags: patch
Dear maintainer,
please add DAEMON_OPTS to the service file similar to the init:
start_server() {
start-stop-daemon --start --quiet --pidfile $PIDFILE --make-pidfile \
--background --chuid $DAEMONUSER --exec $DAEMON \
-- --logfile=
8 matches
Mail list logo