diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:35:57 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:35:57 +0000 |
commit | bcdf6f7287a48dcf6d74e0b4bf28ffc7905065c5 (patch) | |
tree | 4793fb189f935a2e4c459e9d1d8694b0b37e6fbb /prestartscript | |
parent | 316f1cd5b071d905b9f18af192f54ec4d35843e7 (diff) |
automatic import of dovecotopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'prestartscript')
-rw-r--r-- | prestartscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/prestartscript b/prestartscript new file mode 100644 index 0000000..0c5492c --- /dev/null +++ b/prestartscript @@ -0,0 +1,3 @@ +#!/bin/sh +/bin/systemctl -q is-enabled NetworkManager.service >/dev/null 2>&1 && /usr/bin/nm-online -q --timeout 30 ||: + |