Skip to content

Getting Started

Installing

Installing from GitHub

Download archive file from release.

Unpack it somewhere. We recommend to keep config file in the same directory, or put it under /etc/pingpong/.

Installing from Aur (Arch Linux)

Pingpong Aur package is maintained by Serverbread

bash
paru -S pingpong

Running

The default config file path is ./config/pingpong.toml based on executable's path, or /etc/pingpong/pingpong.toml. If your config file is not here, please specify it with -c flag.

bash
pingpong -c /path/to/pingpong.toml

You can register it as a service with systemd.

Released under the GPL-3.0 License.