On Sun, May 8, 2011 at 19:01, wrote:
> I guess this might be somthing like:
> cd /
> ln -sf ../../../lib/systemd/system/3.target
> etc/systemd/system/default.target
> but with 3 replaced by 6 (for shutdown).
>
> I need such a service so that I on shutdown I can have a script (like
> killall) do c
Killall is done in systemd itself (pid1 process), and it is unlikely
that we'll have such a service shipped by systemd itself. Simply
because it is error prone, if you do it from pid1 you can be sure
you're the only expected pid to live (with exceptions required by dm
daemons and like).
However wh
I guess this might be somthing like:
cd /
ln -sf ../../../lib/systemd/system/3.target
etc/systemd/system/default.target
but with 3 replaced by 6 (for shutdown).
I need such a service so that I on shutdown I can have a script (like
killall) do custom things with the BIOS time and backup a few
Hi,
See the attached patch - we recently switched to Plymouth, this patch
enables the plymouth bits in systemd for Frugalware.
Thanks.
From bded3be786d377c0e9c9434e48a58cfb80fae920 Mon Sep 17 00:00:00 2001
From: Miklos Vajna
Date: Sun, 8 May 2011 13:32:38 +0200
Subject: [PATCH] Enable plymouth f