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 /units/http-daemon.target | |
parent | 32159d3a94c6ef00555546e1caef2eacad62310a (diff) |
units: add generic description for http-daemon.target
Diffstat (limited to 'units/http-daemon.target')
-rw-r--r-- | units/http-daemon.target | 11 |
1 files changed, 11 insertions, 0 deletions
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 |