diff options
| author | Jan Kaluza <jkaluza@redhat.com> | 2014-07-08 15:52:58 +0200 |
|---|---|---|
| committer | Jan Kaluza <jkaluza@redhat.com> | 2014-07-08 15:52:58 +0200 |
| commit | 572a5df9ee47a39d346a4f6b7cd76f6a8804d63f (patch) | |
| tree | 9f22d5e83b97d6f7cc81a2fb9bfc63a2ee6ef6f7 /httpd.socket | |
| parent | 63d5e3d13dd945453fac8412e438b5032011787a (diff) | |
add support for systemd socket activation (#1111648)
Diffstat (limited to 'httpd.socket')
| -rw-r--r-- | httpd.socket | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/httpd.socket b/httpd.socket new file mode 100644 index 0000000..5858a7f --- /dev/null +++ b/httpd.socket @@ -0,0 +1,8 @@ +[Unit] +Description=Apache httpd Server Socket + +[Socket] +ListenStream=80 + +[Install] +WantedBy=sockets.target |
