diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-14 00:22:47 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-14 00:22:47 +0200 |
commit | a2ff477f6775dcff74e32f7d0221b1b11376e84c (patch) | |
tree | 9b1dcab982609be41fbe80b57d50b650d617f1c6 | |
parent | 32159d3a94c6ef00555546e1caef2eacad62310a (diff) |
units: add generic description for http-daemon.target
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | units/http-daemon.target | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e1fe9e657f..55b6dc8519 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 0000000000..bd7a1ef0d4 --- /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 |