Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications/lighttpd.py
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-04-29 07:18:38 -0400
committerGitHub <noreply@github.com>2021-04-29 07:18:38 -0400
commit9d5e9333c7a44dbdf6d3008a6ba61620b7e4d040 (patch)
treee5df31fb0870a094fec89d6f57bc22fcf3c7e821 /profiles/applications/lighttpd.py
parentaa0f4327260ab39077999859c593ed6d5c12822c (diff)
Add lighttpd application profile
Diffstat (limited to 'profiles/applications/lighttpd.py')
-rw-r--r--profiles/applications/lighttpd.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/applications/lighttpd.py b/profiles/applications/lighttpd.py
new file mode 100644
index 00000000..a1e6a371
--- /dev/null
+++ b/profiles/applications/lighttpd.py
@@ -0,0 +1,9 @@
+import archinstall
+
+# Define the package list in order for lib to source
+# which packages will be installed by this profile
+__packages__ = ["lighttpd"]
+
+installation.add_additional_packages(__packages__)
+
+installation.enable_service('lighttpd')