[systemd-devel] systemd: Unit prefdm.service entered failed state.

2011-09-24 Thread Clyde E. Kunkel
Can't get a display manager due to above error with systemd-36-2.fc16.x86_64. Leaves system hanging until C-A-Del reboot. Had to revert to systemd-35-1.fc16.x86_64. BZ 741078 -- Regards, OldFart ___ systemd-devel mailing list systemd-devel@lists.f

Re: [systemd-devel] Where to put the environment files?

2011-09-24 Thread Kay Sievers
On Sat, Sep 24, 2011 at 10:57, Thomas Meyer wrote: > is there a recommendation where to best put the environment files? and > what file extension should these files have? > > I did prepare this service unit for apache derby and did put the > environment file into /usr/share/java/derby/ > > [Unit]

[systemd-devel] [PATCH] service: delayed main PID guessing

2011-09-24 Thread Michal Schmidt
There is a lot of services with incorrectly implemented double-forking. Their original process exits before the child writes the PID file. With SysVinit it was rarely a problem, because the PID file was usually read only when the initscript was called again. systemd wants to read the PID file afte

[systemd-devel] [PATCH] man: document list-unit-files

2011-09-24 Thread Ran Benita
It's documented in the --help, but not in the manpage. --- man/systemctl.xml |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/man/systemctl.xml b/man/systemctl.xml index 468141c..894dec7 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -595,6 +595,13 @@

[systemd-devel] [PATCH] man: document list-unit-files

2011-09-24 Thread Ran Benita
It's documented in the --help, but not in the manpage. --- man/systemctl.xml |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/man/systemctl.xml b/man/systemctl.xml index 468141c..894dec7 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -595,6 +595,13 @@

[systemd-devel] Where to put the environment files?

2011-09-24 Thread Thomas Meyer
Hello, is there a recommendation where to best put the environment files? and what file extension should these files have? I did prepare this service unit for apache derby and did put the environment file into /usr/share/java/derby/ [Unit] Description=Apache Derby Database Network Server After=n