Skip to content

Commit cb17923

Browse files
committed
don't fire sickgear service as username
sending username produces two (2) service switches on the user dashboard. Directly use the port provided to avoid this bug.
1 parent f7462ee commit cb17923

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/package/install/installpackage-sickgear

+5-5
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ EOF
275275
fi
276276

277277
_sudo "systemctl start ${SG_SERVICE}@${SG_PORT}"
278-
_sudo "systemctl start ${SG_SERVICE}@${SG_USERNAME}"
278+
#_sudo "systemctl start ${SG_SERVICE}@${SG_USERNAME}"
279279
}
280280

281281
_installSickGearOutro() {
@@ -285,10 +285,10 @@ _installSickGearOutro() {
285285
_print " systemctl status ${SG_SERVICE}@${SG_PORT} -l"
286286
_print " systemctl stop ${SG_SERVICE}@${SG_PORT}"
287287
_print
288-
_print "Systemd service user specific. Example commands.."
289-
_print " systemctl start ${SG_SERVICE}@${SG_USERNAME}"
290-
_print " systemctl status ${SG_SERVICE}@${SG_USERNAME} -l"
291-
_print " systemctl stop ${SG_SERVICE}@${SG_USERNAME}"
288+
#_print "Systemd service user specific. Example commands.."
289+
#_print " systemctl start ${SG_SERVICE}@${SG_USERNAME}"
290+
#_print " systemctl status ${SG_SERVICE}@${SG_USERNAME} -l"
291+
#_print " systemctl stop ${SG_SERVICE}@${SG_USERNAME}"
292292

293293
_print
294294
sleep 5

0 commit comments

Comments
 (0)