>> I am trying to migrate a service from a SysV-style initialization script
>> to systemd on Fedora.
>>
>> After referencing the documentation I could find, I have written the
>> following service description:
>>
>> [Unit]
>> Description=DMAP Service
>> After=avahi-daemon.service
>>
>> [Service]
On Thu, 07.07.11 14:59, Frederic Crozat ([email protected]) wrote:
> Hi,
>
> attached patch adds a modified version of fedora rc-local/halt-local
> services for openSUSE.
Applied.
Lennart
--
Lennart Poettering - Red Hat, Inc.
___
systemd-devel mailin
Henry Gebhardt wrote:
> --- /dev/null
> +++ b/wpa_supplicant/systemd/[email protected] @@ -0,0 +1,11 @@
> +[Unit]
> +Description=WPA supplicant daemon (interface-specific version)
> +# NetworkManager users will probably want the dbus version instead.
> +[Service]
> +Type=simple
> +ExecStart=
On Mon, 11.07.11 22:43, Michael Biebl ([email protected]) wrote:
>
> 2011/7/11 W. Michael Petullo :
> > I am trying to migrate a service from a SysV-style initialization script
> > to systemd on Fedora.
> >
> > After referencing the documentation I could find, I have written the
> > following serv
On Mon, 04.07.11 12:49, Harald Hoyer ([email protected]) wrote:
>
> On 30.06.2011 17:40, Harald Hoyer wrote:
> > On 26.05.2011 13:35, Harald Hoyer wrote:
> >> Rebased pivot_root patches can be pulled from:
> >>
> >> http://git.surfsite.org//systemd.git
> >> git://git.surfsite.org/pub/git/sys
On 07/11/2011 10:31 PM, Lennart Poettering wrote:
> On Wed, 06.07.11 15:14, Zbigniew Jędrzejewski-Szmek ([email protected]) wrote:
>
>>
>> Compilation fails if sys/acl.h is not available. The configure script
>> already tests for sys/acl.h presence, but the result was so far
>> unused. To compile
2011/7/11 W. Michael Petullo :
> I am trying to migrate a service from a SysV-style initialization script
> to systemd on Fedora.
>
> After referencing the documentation I could find, I have written the
> following service description:
>
> [Unit]
> Description=DMAP Service
> After=avahi-daemon.serv
On Wed, 06.07.11 15:14, Zbigniew Jędrzejewski-Szmek ([email protected]) wrote:
>
> Compilation fails if sys/acl.h is not available. The configure script
> already tests for sys/acl.h presence, but the result was so far
> unused. To compile without acl, stub implementations of the acl
> functions
On Mon, 11.07.11 22:16, Kay Sievers ([email protected]) wrote:
> >> - installing multiple DMs gives you a predictable default
> >> - removing whatever the current default is falls back to other DMs
> >> that are currently installed
> >
> > If people want these problems solved one option would
Hi,
On Mon, Jul 11, 2011 at 3:34 PM, Lennart Poettering
wrote:
>> It is distributed under /lib (along with its link
>> under graphical.target.wants), implying it should not be changed.
>
> Unit files (and symlinks) in /etc/systemd/system will override those in
> /lib/systemd/system if the bear th
On Mon, Jul 11, 2011 at 22:11, Lennart Poettering
wrote:
> On Mon, 11.07.11 15:51, Bill Nottingham ([email protected]) wrote:
>> Lennart Poettering ([email protected]) said:
>> > > Sorry if I'm missing something simple or if I have confused myself
>> > > beyond all hope. I appreciate any ad
On Mon, 11.07.11 15:51, Bill Nottingham ([email protected]) wrote:
>
> Lennart Poettering ([email protected]) said:
> > > Sorry if I'm missing something simple or if I have confused myself
> > > beyond all hope. I appreciate any advice on how to prepare this in a
> > > future-compatible w
On Fri, 08.07.11 14:48, Zbigniew Jędrzejewski-Szmek ([email protected]) wrote:
> I think that snapshots & devices are actually _not_ captured in
> snapshots.
Indeed.
Thanks, applied!
Lennart
--
Lennart Poettering - Red Hat, Inc.
___
systemd-devel ma
Lennart Poettering ([email protected]) said:
> > Sorry if I'm missing something simple or if I have confused myself
> > beyond all hope. I appreciate any advice on how to prepare this in a
> > future-compatible way.
>
> My recommendation is to simply list display-manager.service in Alias= i
On Mon, 11.07.11 15:29, David Michael ([email protected]) wrote:
>
> Hi,
>
> On Tue, Jul 5, 2011 at 6:20 PM, Kay Sievers wrote:
> > To work in the right direction here, it might be worth to point out in
> > this context, that the concept of a (multiplexing) prefdm.service
> > should go away
Hi,
On Tue, Jul 5, 2011 at 6:20 PM, Kay Sievers wrote:
> To work in the right direction here, it might be worth to point out in
> this context, that the concept of a (multiplexing) prefdm.service
> should go away sooner than, and all individual window manager should
> install their own native ser
On Mon, 11.07.11 17:22, Andreas Jaeger ([email protected]) wrote:
> on Freitag, 8. Juli 2011, Robert Schweikert wrote:
> > OK, did not know that and was not part of the original message.
> > Well, using numbers works, still leaves one parsing all files for a
> > specific service and then figuring out
On Mon, 11.07.11 13:12, W. Michael Petullo ([email protected]) wrote:
> I am trying to migrate a service from a SysV-style initialization script
> to systemd on Fedora.
>
> After referencing the documentation I could find, I have written the
> following service description:
>
> [Unit]
> Description=
I am trying to migrate a service from a SysV-style initialization script
to systemd on Fedora.
After referencing the documentation I could find, I have written the
following service description:
[Unit]
Description=DMAP Service
After=avahi-daemon.service
[Service]
Type=forking
PIDFile=/var/run/dm
On Monday 11 July 2011 17:27:26 Lennart Poettering wrote:
> On Mon, 11.07.11 12:40, Barry Scott ([email protected]) wrote:
>
> > Do we have to configure something else to get this working like cgroup
> > stuff?
>
> Running X under RR privs? That's bold.
It is the only way we found to gua
On Mon, 11.07.11 16:49, Barry Scott ([email protected]) wrote:
> I would like to take advantage of ${var} in the ExecStart lines.
>
> However I find that there is a issue with handling of while space.
>
> If I code this
>
> ExecStart=/myservice --arg ${optional_arg}
>
> If option_
On Mon, 11.07.11 12:40, Barry Scott ([email protected]) wrote:
> I am trying to run services realtime with systemd on Fedora 15.
>
> Here is the Service section that I think we need to do this.
>
> [Service]
> StandardOutput=syslog
> WorkingDirectory=/data/data/logs
>
> LimitCORE=infinit
I would like to take advantage of ${var} in the ExecStart lines.
However I find that there is a issue with handling of while space.
If I code this
ExecStart=/myservice --arg ${optional_arg}
If option_arg is not defined argv is ['/myservice', '--arg', '']
Is it a bug that you do not stri
On Mon, Jul 11, 2011 at 17:09, Andreas Jaeger wrote:
> On Tuesday, July 05, 2011 21:21:03 Lennart Poettering wrote:
>> - If an admin wants to manually change "enable-by-default" to
>> "disable-by-default" (or vice versa) he could just drop his own file
>> with "disable *" (or "enable *") into
Asking on the openSUSE lists, I received the following proposal for an
alternative implementation that I propose for discussion,
Andreas
-- Forwarded Message --
Subject: Re: [opensuse-packaging] Fwd: [systemd-devel] [RFC] Preset Files
Date: Friday, July 08, 2011, 19:31:07
From:
This is useful, since in Gentoo BINDIR=/usr/sbin.
---
wpa_supplicant/Makefile|9 +
.../dbus/fi.epitest.hostap.WPASupplicant.service |5 -
.../fi.epitest.hostap.WPASupplicant.service.in |5 +
wpa_supplicant/dbus/fi.w1.wpa_supplicant1.ser
---
.../dbus/fi.epitest.hostap.WPASupplicant.service |1 +
wpa_supplicant/dbus/fi.w1.wpa_supplicant1.service |1 +
wpa_supplicant/systemd/wpa_supplicant.service | 11 +++
wpa_supplicant/systemd/[email protected] | 11 +++
4 files changed, 24 insertions
Hi,
these two patches add support for using wpa_supplicant under systemd, while the
second is not strictly necessary.
I'd be glad if someone from systemd-devel could have a look a them, too.
Thanks,
Henry
[PATCH 1/2] wpa_supplicant: Add systemd support
[PATCH 2/2] wpa_supplicant: Edit BINDI
On Tuesday, July 05, 2011 21:21:03 Lennart Poettering wrote:
> - If an admin wants to manually change "enable-by-default" to
> "disable-by-default" (or vice versa) he could just drop his own file
> with "disable *" (or "enable *") into /etc/systemd/system.preset/ and
> override the vendor/spi
I am trying to run services realtime with systemd on Fedora 15.
Here is the Service section that I think we need to do this.
[Service]
StandardOutput=syslog
WorkingDirectory=/data/data/logs
LimitCORE=infinity
LimitRTPRIO=2
LimitRTTIME=6000
CPUSchedulingPolicy=rr
CPUSchedulingPriority=1
Exec
I am trying to run services realtime with systemd on Fedora 15.
Here is the Service section that I think we need to do this.
[Service]
StandardOutput=syslog
WorkingDirectory=/data/data/logs
LimitCORE=infinity
LimitRTPRIO=2
LimitRTTIME=6000
CPUSchedulingPolicy=rr
CPUSchedulingPriority=1
Exec
31 matches
Mail list logo