Skip to content

Commit

Permalink
systemctl is in /bin on Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Jul 12, 2017
1 parent 285418a commit 2fc3649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Virtualmin/Config/LAMP.pm
Expand Up @@ -15,7 +15,7 @@ sub new {
sub plugins {

# Modern system with systemd?
if (-x "/usr/bin/systemctl") {
if (-x "/usr/bin/systemctl" || -x "/bin/systemctl") {
return [
"Webmin", "Apache", "Bind", "Dovecot",
"Net", "AWStats", "Postfix", "MySQL",
Expand Down

0 comments on commit 2fc3649

Please sign in to comment.