From a2ff477f6775dcff74e32f7d0221b1b11376e84c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 14 Sep 2010 00:22:47 +0200 Subject: [PATCH] units: add generic description for http-daemon.target --- Makefile.am | 1 + units/http-daemon.target | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 units/http-daemon.target diff --git a/Makefile.am b/Makefile.am index e1fe9e657..55b6dc851 100644 --- a/Makefile.am +++ b/Makefile.am @@ -129,6 +129,7 @@ dist_systemunit_DATA = \ units/network.target \ units/nss-lookup.target \ units/mail-transfer-agent.target \ + units/http-daemon.target \ units/poweroff.target \ units/reboot.target \ units/rescue.target \ diff --git a/units/http-daemon.target b/units/http-daemon.target new file mode 100644 index 000000000..bd7a1ef0d --- /dev/null +++ b/units/http-daemon.target @@ -0,0 +1,11 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +# See systemd.special(7) for details + +[Unit] +Description=Web Server -- 2.30.2