From fe3cafdb8c4fd2679ff929803dacc2a835db1524 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 13 Sep 2012 11:33:13 +0100 Subject: httpd unit --- units/http-daemon.service | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 units/http-daemon.service (limited to 'units') diff --git a/units/http-daemon.service b/units/http-daemon.service new file mode 100644 index 0000000..893872f --- /dev/null +++ b/units/http-daemon.service @@ -0,0 +1,6 @@ +[Unit] +Description=HTTP Daemon for Trove +After=network.target + +[Service] +ExecStart=/usr/sbin/httpd -u git:git -h /var/www/htdocs -- cgit v1.2.1