From 27a3b01f9a5cd93e2cefb9bafed26a6ce404a0a4 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 20 Sep 2013 16:17:48 -0300 Subject: PolarSSL and Hiawatha --- pcr/hiawatha/hiawatha.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pcr/hiawatha/hiawatha.service (limited to 'pcr/hiawatha/hiawatha.service') diff --git a/pcr/hiawatha/hiawatha.service b/pcr/hiawatha/hiawatha.service new file mode 100644 index 000000000..f7daeb8c7 --- /dev/null +++ b/pcr/hiawatha/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/bin/hiawatha -k ; /usr/bin/wigwam +ExecStart= /usr/bin/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