summarylogtreecommitdiffstats
path: root/lampp.service
diff options
context:
space:
mode:
Diffstat (limited to 'lampp.service')
-rw-r--r--lampp.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/lampp.service b/lampp.service
new file mode 100644
index 000000000000..874131fdd0cd
--- /dev/null
+++ b/lampp.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Lampp service (XAMPP)
+
+[Service]
+Type=oneshot
+ExecStart=/opt/lampp/lampp start
+ExecStop=/opt/lampp/lampp stop
+RemainAfterExit=yes