diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2017-11-11 07:18:51 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2017-11-11 16:41:15 +0100 |
commit | 323f0b05d75e828b72a0eb7b8d90bc1dd3823b69 (patch) | |
tree | bcc60236d6b9aa24d2524705dfe75e2af24127e7 /testing/tests/sql/ip-pool-db-restart/posttest.dat | |
parent | 70dc5bb8adadd44a157e69a4d5afc97f93019310 (diff) | |
download | strongswan-323f0b05d75e828b72a0eb7b8d90bc1dd3823b69.tar.bz2 strongswan-323f0b05d75e828b72a0eb7b8d90bc1dd3823b69.tar.xz |
testing: Converted sql to systemd
Diffstat (limited to 'testing/tests/sql/ip-pool-db-restart/posttest.dat')
-rw-r--r-- | testing/tests/sql/ip-pool-db-restart/posttest.dat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/tests/sql/ip-pool-db-restart/posttest.dat b/testing/tests/sql/ip-pool-db-restart/posttest.dat index d7107ccc6..b909ac76c 100644 --- a/testing/tests/sql/ip-pool-db-restart/posttest.dat +++ b/testing/tests/sql/ip-pool-db-restart/posttest.dat @@ -1,8 +1,8 @@ carol::swanctl --terminate --ike home dave::swanctl --terminate --ike home -carol::service charon stop 2> /dev/null -dave::service charon stop 2> /dev/null -moon::service charon stop 2> /dev/null +carol::systemctl stop strongswan-swanctl +dave::systemctl stop strongswan-swanctl +moon::systemctl stop strongswan-swanctl moon::iptables-restore < /etc/iptables.flush carol::iptables-restore < /etc/iptables.flush dave::iptables-restore < /etc/iptables.flush |