Use systemd to stop postfix
This commit is contained in:
parent
7a6ab223d8
commit
0447bfc3ae
|
|
@ -148,7 +148,7 @@ jobs:
|
|||
retry_wait_seconds: 8
|
||||
command: |
|
||||
sudo apt-get install -y -qq postfix qmail
|
||||
sudo service postfix stop || true
|
||||
sudo systemctl stop postfix.service
|
||||
|
||||
- name: Set up sendmail
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue