Ubuntu 12.04 서버 버전 (정적 LAN IP)을 실행 중이며 여기 지침에 따라 apt를 사용하여 SABnzbdplus를 설치하려고합니다. Ubuntu PPA Repository
설치가 순조롭게 진행되었으며 서버 다운로드 등 아무런 문제가 없습니다! 문제는 지시에 따라 / etc / default / sabnzbdplus를 편집했다는 것입니다.
# This file is sourced by /etc/init.d/sabnzbdplus
#
# When SABnzbd+ is started using the init script, the
# --daemon option is always used, and the program is
# started under the account of $USER, as set below.
#
# Each setting is marked either "required" or "optional";
# leaving any required setting unconfigured will cause
# the service to not start.
# [required] user or uid of account to run the program as:
USER=omar
# [optional] full path to the configuration file of your choice;
# otherwise, the default location (in $USER's home
# directory) is used:
CONFIG=
# [optional] hostname/ip and port number to listen on:
HOST=0.0.0.0
PORT=8080
# [optional] extra command line options, if any:
EXTRAOPTS=
내 (omar) 런레벨은 N 2입니다.
/etc/init.d/sabnzbdplus를 실행하여 수행 할 작업을 잘 모르겠습니다. 오류없이 작동합니다.
여기서 무엇을해야할지 모르겠습니다. 조언과 지원에 크게 감사하겠습니다!
감사,