From e1a4953e29ae1d605365b895d430ad622c605059 Mon Sep 17 00:00:00 2001 From: Jack Mitchell Date: Thu, 18 Apr 2013 11:20:20 +0000 Subject: Hiawatha: update to 9.0, add systemd support Signed-off-by: Jack Mitchell Signed-off-by: Martin Jansa --- .../recipes-httpd/hiawatha/files/hiawatha.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-webserver/recipes-httpd/hiawatha/files/hiawatha.service (limited to 'meta-webserver/recipes-httpd/hiawatha/files/hiawatha.service') diff --git a/meta-webserver/recipes-httpd/hiawatha/files/hiawatha.service b/meta-webserver/recipes-httpd/hiawatha/files/hiawatha.service new file mode 100644 index 0000000000..26cb8d03d0 --- /dev/null +++ b/meta-webserver/recipes-httpd/hiawatha/files/hiawatha.service @@ -0,0 +1,16 @@ +[Unit] +Description=Hiawatha Web Server +After=network.target remote-fs.target nss-lookup.target + +[Service] +Type=simple +SyslogIdentifier=hiawatha +ExecStartPre=/usr/sbin/hiawatha -k ; /usr/sbin/wigwam +ExecStart= /usr/sbin/hiawatha -d +TimeoutSec=10 +#(doesn't like this setting. Can't find files) PrivateTmp=true +LimitNOFILE=infinity +CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_CHOWN CAP_DAC_OVERRIDE CAP_FOWNER CAP_FSETID CAP_SETGID CAP_SETUID + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf