From 7bcfea9c5e79a425a62a66bba477b9d3c0d7fdd0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 7 May 2024 00:00:56 +0100 Subject: gentoo auto-resync : 07:05:2024 - 00:00:56 --- www-servers/lighttpd/files/lighttpd.service-r1 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 www-servers/lighttpd/files/lighttpd.service-r1 (limited to 'www-servers/lighttpd/files/lighttpd.service-r1') diff --git a/www-servers/lighttpd/files/lighttpd.service-r1 b/www-servers/lighttpd/files/lighttpd.service-r1 new file mode 100644 index 000000000000..2a8f22474eea --- /dev/null +++ b/www-servers/lighttpd/files/lighttpd.service-r1 @@ -0,0 +1,14 @@ +[Unit] +Description=Lighttpd Daemon +After=syslog.target network-online.target + +[Service] +Type=simple +PIDFile=/run/lighttpd.pid +ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf +ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf +ExecReload=/bin/kill -USR1 $MAINPID +Restart=on-failure + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3