Skip to content

Commit 83e0935

Browse files
committed
T7557: Update stunnel4 systemd unit
1 parent 766b44b commit 83e0935

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/conf_mode/service_stunnel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@ def generate(stunnel):
248248

249249
def apply(stunnel):
250250
if not stunnel or ('client' not in stunnel and 'server' not in stunnel):
251-
call('systemctl stop stunnel.service')
251+
call('systemctl stop stunnel4.service')
252252
else:
253-
call('systemctl restart stunnel.service')
253+
call('systemctl restart stunnel4.service')
254254

255255

256256
if __name__ == '__main__':

0 commit comments

Comments
 (0)