Bug#902443: [Pkg-kde-extras] Bug#902443: Bug#902443: Please add DAEMON_OPS to the service file

2018-12-12 Thread Alf Gaida
$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

Bug#902443: [Pkg-kde-extras] Bug#902443: Bug#902443: Please add DAEMON_OPS to the service file

2018-12-11 Thread Scott Kitterman
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

Bug#902443: [Pkg-kde-extras] Bug#902443: Please add DAEMON_OPS to the service file

2018-12-11 Thread Diederik de Haas
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

Bug#902443: [Pkg-kde-extras] Bug#902443: Bug#902443: Bug#902443: Please add DAEMON_OPS to the service file

2018-12-11 Thread Scott Kitterman
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.

Bug#902443: [Pkg-kde-extras] Bug#902443: Bug#902443: Please add DAEMON_OPS to the service file

2018-12-11 Thread Diederik de Haas
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

Bug#902443: [Pkg-kde-extras] Bug#902443: Please add DAEMON_OPS to the service file

2018-12-11 Thread Scott Kitterman
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

Bug#902443: Please add DAEMON_OPS to the service file

2018-12-11 Thread Diederik de Haas
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)

Bug#902443: Please add DAEMON_OPS to the service file

2018-06-26 Thread Alf Gaida
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 \ --