summarylogtreecommitdiffstats
path: root/service
blob: 2009fb187711ac04b892489c4a2659662fc937de (plain)
1
2
3
4
5
6
7
8
9
10
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