summarylogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rw-r--r--service11
1 files changed, 11 insertions, 0 deletions
diff --git a/service b/service
new file mode 100644
index 000000000000..2009fb187711
--- /dev/null
+++ b/service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Advanced web-based application for MySQL database administration and development
+After=network.target
+
+[Service]
+User=nobody
+Group=nobody
+ExecStart=/usr/bin/php -n -d extension=mysqli.so -S 127.0.30.36:8080 -t /usr/share/webapps/dbninja
+
+[Install]
+WantedBy=multi-user.target