commit: d45394982170040d1dda50995c285a703dee9099 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Mar 30 08:27:54 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Mar 30 11:15:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4539498
www-servers/lighttpd: remove unused files Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/41380 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> www-servers/lighttpd/files/lighttpd.service | 10 ---------- www-servers/lighttpd/files/lighttpd.service-r1 | 14 -------------- 2 files changed, 24 deletions(-) diff --git a/www-servers/lighttpd/files/lighttpd.service b/www-servers/lighttpd/files/lighttpd.service deleted file mode 100644 index f5f5be757626..000000000000 --- a/www-servers/lighttpd/files/lighttpd.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Lightning Fast Webserver With Light System Requirements -After=syslog.target network.target - -[Service] -ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf -ExecReload=/bin/kill -HUP $MAINPID - -[Install] -WantedBy=multi-user.target diff --git a/www-servers/lighttpd/files/lighttpd.service-r1 b/www-servers/lighttpd/files/lighttpd.service-r1 deleted file mode 100644 index 2a8f22474eea..000000000000 --- a/www-servers/lighttpd/files/lighttpd.service-r1 +++ /dev/null @@ -1,14 +0,0 @@ -[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
