Я установил sabnzbd
и могу запустить service sabnzbdplus start
и service sabnzbdplus stop
остановить программу без проблем. У нее есть файлы конфигурации в /etc/default
и /etc/init.d
. Я заметил, что у моего сервера plex есть дополнительный файл в /etc/init
и sabnzbd
нет. Я узнал об уровнях запуска, и в rc2.d
папке также есть S98sabnzbdplus
файл. Мой уровень запуска — 2.
Вот вывод lsb_release -a; uname -a; apt-cache policy sabnzbdplus
:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.3 LTS
Release: 14.04
Codename: trusty
Linux Joshr 3.19.0-33-generic #38~14.04.1-Ubuntu SMP Fri Nov 6 18:17:28 UTC 201 5 x86_64 x86_64 x86_64 GNU/Linux
sabnzbdplus:
Installed: 0.8.0~beta1-0ubuntu1~jcfp2~trusty
Candidate: 0.8.0~beta1-0ubuntu1~jcfp2~trusty
Version table:
*** 0.8.0~beta1-0ubuntu1~jcfp2~trusty 0
500 http://ppa.launchpad.net/jcfp/ppa/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
0.7.16-1ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 Packages
Вот содержимое файла /etc/default/sabnzbdplus
:
# --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=Joshr
# [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=4000
# [optional] extra command line options, if any:
EXTRAOPTS=
Вот вывод командыgrep 'Joshr' /etc/passwd
Joshr:x:1000:1000:Joshr,,,:/home/Joshr:/bin/bash
Вчера я попытался добавить service sabnzbdplus start
команду в файл скрипта, она работала нормально, когда скрипт был запущен вручную. Затем я добавил вызов скрипта в /etc/rc.local
файл, это все еще не работало при запуске.