aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xacmeman2
-rw-r--r--lib/App/Acmeman/Apache/Layout.pm6
2 files changed, 4 insertions, 4 deletions
diff --git a/acmeman b/acmeman
index 85ab491..ec678d7 100755
--- a/acmeman
+++ b/acmeman
@@ -42,3 +42,3 @@ use Text::ParseWords;
-our $VERSION = '1.08';
+our $VERSION = '1.09';
diff --git a/lib/App/Acmeman/Apache/Layout.pm b/lib/App/Acmeman/Apache/Layout.pm
index 5b763a2..7cc8399 100644
--- a/lib/App/Acmeman/Apache/Layout.pm
+++ b/lib/App/Acmeman/Apache/Layout.pm
@@ -27,3 +27,3 @@ my %apache_layout_tab = (
},
- _restart => 'service apache2 restart',
+ _restart => '/usr/sbin/service apache2 restart',
_post_setup => sub {
@@ -41,3 +41,3 @@ my %apache_layout_tab = (
_incdir => '/etc/httpd/conf.d',
- _restart => 'service httpd restart'
+ _restart => '/usr/sbin/service httpd restart'
},
@@ -47,3 +47,3 @@ my %apache_layout_tab = (
_incdir => '/etc/apache2/conf.d',
- _restart => 'service httpd restart'
+ _restart => '/usr/sbin/service httpd restart'
# or systemctl restart apache2.service

Return to:

Send suggestions and report system problems to the System administrator.