Page 1 of 1

3.0 Alpha 2 Ubuntu 18.04 LTS Not starting with systemd, "Signal 15 caught, saving and exiting.."

Posted: May 12th, 2020, 7:28 pm
by Ackis
Not really sure where to start debugging this one.

Updated today to 3.0 alpha 2 and my systemd script stopped working. Not sure if this belongs here or the Ubuntu section.

Code: Select all

[Unit]
Description=Sabnzbd
Wants=network-online.target
After=network-online.target

[Service]
User=sabnzbd
Group=sabnzbd
ExecStart=/usr/bin/sabnzbdplus -f /home/sabnzbd/sabnzbd.ini -s 192.168.0.199:9090 --pid /var/run/ -d -l 2
Type=forking

[Install]
WantedBy=multi-user.target
Log file:

Code: Select all

2020-05-12 18:27:07,332::INFO::[sabnzbdplus:1090] --------------------------------
2020-05-12 18:27:07,333::INFO::[sabnzbdplus:1091] sabnzbdplus-3.0.0Alpha2 (rev=fa5c40e477275aa36b8fdb8bf7fe897daf2b4cba)
2020-05-12 18:27:07,333::INFO::[sabnzbdplus:1092] Full executable path = /usr/bin/sabnzbdplus
2020-05-12 18:27:07,334::INFO::[sabnzbdplus:1102] Platform = posix
2020-05-12 18:27:07,334::INFO::[sabnzbdplus:1103] Python-version = 3.6.9 (default, Apr 18 2020, 01:56:04)
[GCC 8.4.0]
2020-05-12 18:27:07,334::INFO::[sabnzbdplus:1104] Arguments = "/usr/bin/sabnzbdplus" "-f" "/home/sabnzbd/sabnzbd.ini" "-s" "192.168.0.199:9090" "--pid" "/var/run/" "-d" "-l" "2"
2020-05-12 18:27:07,334::INFO::[sabnzbdplus:1108] Not inside a docker container
2020-05-12 18:27:07,334::INFO::[sabnzbdplus:1111] Preferred encoding = UTF-8
2020-05-12 18:27:07,334::INFO::[sabnzbdplus:1118] SSL version = OpenSSL 1.1.1  11 Sep 2018
2020-05-12 18:27:07,337::DEBUG::[sabnzbdplus:1131] Available certificates: {'x509': 0, 'crl': 0, 'x509_ca': 0}
2020-05-12 18:27:07,337::DEBUG::[sabnzbdplus:1138] My local IPv4 address = 192.168.0.199
2020-05-12 18:27:07,371::WARNING::[__init__:186] Signal 15 caught, saving and exiting...