Opened 7 years ago
Closed 4 years ago
#3297 closed bug (WontFix)
deluged pid adds extra number
| Reported by: | Jo | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | needs verified |
| Component: | Unknown | Version: | 2.0.3 |
| Keywords: | Cc: |
Description
The pid file gets created with the correct Process ID but adds extra numbers ('50204')
# cat $deluged_confdir/deluged.pid 78614;50204
FreeBSD 11.2-RELEASE-p4
used python3.6 -m pip install --upgrade deluge to install.
Change History (4)
comment:1 by , 7 years ago
comment:3 by , 4 years ago
Comments in code suggest this is by design, pid and port are used to check at startup if another deluge server process is running.
comment:4 by , 4 years ago
| Resolution: | → WontFix |
|---|---|
| Status: | new → closed |
Yes that is an internal file but can use pidfile option:
-P, --pidfile <pidfile> Pidfile to store the process id
Note:
See TracTickets
for help on using tickets.



launch using: