Skip to content

Commit a3f7d31

Browse files
author
ekultek
committed
if you're running arch you need to do some configuration
1 parent bd672f7 commit a3f7d31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

etc/scripts/start_services.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22

33
function startApacheLinux () {
4+
# NOTE: if you are running on Arch uncomment this
5+
#sudo systemctl start apache > /dev/null 2>&1
6+
# and comment this one out
47
sudo systemctl start apache2 > /dev/null 2>&1
58
}
69

0 commit comments

Comments
 (0)