[systemd-devel] Archlinux patch for services and getty
Michael Meeks
michael.meeks at novell.com
Wed May 19 02:00:25 PDT 2010
On Wed, 2010-05-19 at 00:27 +0200, Marius O wrote:
> --- /dev/null
> +++ b/units/arch/halt.service
> @@ -0,0 +1,28 @@
> +# This file is part of systemd.
> +#
> +# systemd is free software; you can redistribute it and/or modify
I'm a fan of the GPL & headers on code, and all that; but is it really
necessary to have the majority of text in service files that ( I
assume ) are going to be parsed at boot time to be license headers ? :-)
> +[Unit]
> +Description=Halt
> +Requires=shutdown.target killall.service
> +After=shutdown.target killall.service
> +
> +[Service]
> +Type=finish
> +ValidNoProcess=yes
> +Environment=INIT_HALT=HALT
> +Environment=RUNLEVEL=0
> +ExecStart=/sbin/halt
How much of this is really signal, vs. syntactic fluff ? ;-)
Of course, really I should read the code to see if the
lots-of-little-files stuff is compressed into a single bug lump for use
at boot time - is it ?
ATB,
Michael.
--
michael.meeks at novell.com <><, Pseudo Engineer, itinerant idiot
More information about the systemd-devel
mailing list