Skip to main content

Autostart PoolParty on Linux

26/08/2025

This section contains a short guide on how to configure PoolParty auto-start running on supported Linux operating systems.

By default PoolParty will be installed in a root context, so root privileges apply also when it is running, which is recommended best practice for PoolParty.

You would configure autostart therefore with root privileges, as follows.

Add the following line of code to the respective place in the systemd file:

su -l poolparty -c "/opt/poolparty/bin/poolparty start"