Skip to content

Commit 133b334

Browse files
committed
Restart apache the proper way
1 parent 34a99e3 commit 133b334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: sudo cp .circleci/apache_ci.conf /etc/apache2/sites-available
2525
- run: sudo a2ensite apache_ci.conf
2626
- run: sudo a2enmod rewrite
27-
- run: sudo systemctl restart apache2
27+
- run: sudo service apache2 restart
2828
# Install plugin dependencies via Composer
2929
- run: composer install
3030
- run: mkdir plugin

0 commit comments

Comments
 (0)