boost-libs
should bedepends
, andboost
should bemakedepends
.- Since this package contains a server, it's useful to add a systemd unit file. Here's an example:
[Unit]
Description=stuntman stun server
After=network.target
[Service]
Type=exec
User=nobody
Group=nobody
ExecStart=/usr/bin/stunserver --configfile /etc/stun.conf
[Install]
WantedBy=multi-user.target
Where stun.conf
can be found in $srcdir/stuntman/testcode
directory.
Pinned Comments
sanerb commented on 2016-11-21 05:22 (UTC) (edited on 2017-09-01 22:55 (UTC) by sanerb)