Skip to content

Commit e645183

Browse files
Disable apport to not have crash handling by Ubuntu.
1 parent 487a67c commit e645183

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

icpc-wf/ansible/judgehost.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,12 @@
140140
- rotate
141141
- domjudgelogo
142142

143+
- name: disable apport service
144+
service:
145+
name: apport
146+
enabled: no
147+
state: stopped
148+
143149
- name: disable systemd timers
144150
command: systemctl mask {{item}}
145151
args:

0 commit comments

Comments
 (0)