mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
By default use start/stop commands that are compatible with systemd as well http://sourceforge.net/p/webadmin/bugs/4521/
This commit is contained in:
@@ -3,9 +3,9 @@ httpd_dir=/srv/www
|
||||
httpd_conf=/etc/apache2/httpd.conf
|
||||
mime_types=/etc/apache2/mime.types
|
||||
httpd_path=/usr/sbin/httpd2-prefork
|
||||
start_cmd=/etc/init.d/apache2 start
|
||||
stop_cmd=/etc/init.d/apache2 stop
|
||||
apply_cmd=/etc/init.d/apache2 restart
|
||||
start_cmd=service apache2 start
|
||||
stop_cmd=service apache2 stop
|
||||
apply_cmd=service apache2 restart
|
||||
show_order=0
|
||||
max_servers=100
|
||||
test_config=1
|
||||
|
||||
Reference in New Issue
Block a user