Pre-built Binary (Tarball)¶
Download the tarball for your platform from the Releases page:
| Platform | File |
|---|---|
| Raspberry Pi / ARM64 | yaamon_*_linux_arm64.tar.gz |
| x86-64 | yaamon_*_linux_amd64.tar.gz |
Running manually¶
Persistent operation with systemd¶
Copy the bundled unit file and enable it:
sudo cp contrib/yaamon.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable --now yaamon
Systemd quick reference¶
sudo systemctl start yaamon
sudo systemctl stop yaamon
sudo systemctl restart yaamon
sudo systemctl status yaamon
sudo journalctl -u yaamon -f
Configuration¶
Create /etc/yaamon/config.yaml (see Configuration). The tarball includes examples/config.yaml.example as a starting point.