mirror of
https://github.com/webmin/webmin.git
synced 2026-02-16 19:52:16 +00:00
Merge branch 'master' of github.com:webmin/webmin
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
start_cmd=/etc/init.d/mysql start >/dev/null 2>&1 &
|
||||
stop_cmd=/etc/init.d/mysql stop >/dev/null 2>&1
|
||||
start_cmd=service mysql start
|
||||
stop_cmd=service mysql stop
|
||||
mysql=/usr/bin/mysql
|
||||
mysqldump=/usr/bin/mysqldump
|
||||
mysqlimport=/usr/bin/mysqlimport
|
||||
|
||||
Reference in New Issue
Block a user