Skip to content

Commit 1d390c9

Browse files
committed
Start all services standard
1 parent 054ecfb commit 1d390c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

icpc-wf/ansible/roles/domserver/handlers/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Define here handlers associated to this role.
33

44
- name: restart nginx
5-
service: name=nginx state=restarted
5+
service: name=nginx enabled=yes state=restarted
66

77
- name: restart PHP FPM
8-
service: name=php7.4-fpm state=restarted
8+
service: name=php7.4-fpm enabled=yes state=restarted

icpc-wf/ansible/roles/mysql_server/handlers/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Define here handlers associated to this role.
33

44
- name: restart mysql
5-
service: name=mysql state=restarted
5+
service: name=mysql enabled=yes state=restarted

0 commit comments

Comments
 (0)