Skip to content

Commit

Permalink
Add activation of opentracker service to setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyBasher committed May 11, 2023
1 parent 8741a6d commit 7faae82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/setup.d/i_linbo.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# linbo setup
# thomas@linuxmuster.net
# 20220105
# 20230511
#

import configparser
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7faae82

Please sign in to comment.