diff options
-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 |