fix port already used service

This commit is contained in:
Kay0u 2021-01-30 00:20:32 +01:00
parent 37bac48c8a
commit 5270cd2c6b
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156

View file

@ -439,7 +439,7 @@ TEST_PORT_ALREADY_USED () {
lxc file push $TEST_CONTEXT/netcat.service $LXC_NAME/etc/systemd/system/netcat.service
# Then start this service to block this port.
LXC_EXEC "systemctl enable netcat & systemctl start netcat"
LXC_EXEC "systemctl enable --now netcat"
_PREINSTALL