summarylogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorsurefire2016-03-04 18:03:14 +0300
committersurefire2016-03-04 18:05:12 +0300
commit0f2aeb2a83fbdb3c6710c293cf170eedad99dc97 (patch)
tree4bdfa6e3611c2ab6df27d299427fdf9f52ce7e47 /service
downloadaur-0f2aeb2a83fbdb3c6710c293cf170eedad99dc97.tar.gz
Initial
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