mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
units: add generic description for http-daemon.target
This commit is contained in:
parent
32159d3a94
commit
a2ff477f67
@ -129,6 +129,7 @@ dist_systemunit_DATA = \
|
|||||||
units/network.target \
|
units/network.target \
|
||||||
units/nss-lookup.target \
|
units/nss-lookup.target \
|
||||||
units/mail-transfer-agent.target \
|
units/mail-transfer-agent.target \
|
||||||
|
units/http-daemon.target \
|
||||||
units/poweroff.target \
|
units/poweroff.target \
|
||||||
units/reboot.target \
|
units/reboot.target \
|
||||||
units/rescue.target \
|
units/rescue.target \
|
||||||
|
11
units/http-daemon.target
Normal file
11
units/http-daemon.target
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user