{{{
# cat $deluged_confdir/deluged.pid
78614;50204
}}}
FreeBSD 11.2-RELEASE-p4
used `python3.6 -m pip install --upgrade deluge` to install.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3297>
Deluge <https://deluge-torrent.org/>
Deluge Project
Comment (by fdge00):
launch using:
{{{
/usr/local/bin/python3.6 /usr/local/bin/deluged --config $deluged_confdir
}}}
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3297#comment:1>
Comment (by fdge00):
It is the daemon_port that gets appended to the pid file.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3297#comment:2>
Comment (by deaddrop9):
Comments in code suggest this is by design, pid and port are used to check
at startup if another deluge server process is running.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3297#comment:3>
* status: new => closed
* resolution: => WontFix
Comment:
Yes that is an internal file but can use pidfile option:
{{{
-P, --pidfile <pidfile> Pidfile to store the process id
}}}
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3297#comment:4>