Executable
☢️
Any present tense information in this section is not accurate. Once a release is made, the following information will apply shortly thereafter.
Pre-built binaries will be generally available on GitHub (opens in a new tab), once a release schedule starts. Supported platforms will include: Linux, macOS, and Windows.
Linux
Coming Soon!
macOS
Coming Soon!
Windows
Coming Soon!
Example Windows service file provided by @KrautByte (opens in a new tab):
[Unit]
Description=Stump Book Server
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User=stump
WorkingDirectory=/opt/stump
ExecStart=pnpm start core
[Install]
WantedBy=multi-user.target