From 7faae8245811b70e14bac6d3eae15b5d9e55acdd Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 11 May 2023 17:05:26 +0000 Subject: [PATCH] Add activation of opentracker service to setup. --- lib/setup.d/i_linbo.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/setup.d/i_linbo.py b/lib/setup.d/i_linbo.py index 188904b..54002cc 100644 --- a/lib/setup.d/i_linbo.py +++ b/lib/setup.d/i_linbo.py @@ -2,7 +2,7 @@ # # linbo setup # thomas@linuxmuster.net -# 20220105 +# 20230511 # import configparser @@ -97,6 +97,7 @@ msg = 'Activating linbo-torrent service ' printScript(msg, '', False, False, True) try: + subprocess.call('systemctl -q enable opentracker 2>&1', shell=True) subprocess.call('systemctl -q enable linbo-torrent 2>&1', shell=True) printScript(' Success!', '', True, True, False, len(msg)) except: