You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LabyrinthAP/config/oxen-whois.service

15 lines
304 B
INI

[Unit]
Description=oxen-whois: a whois server for loki blockchain
Wants=lokinet.service
After=lokinet.service
[Service]
User=_lokinet
Group=_loki
SyslogIdentifier=oxen-whois
ExecStart=/usr/local/bin/oxen-whois
Restart=always
AmbientCapabilities=CAP_NET_BIND_SERVICE
[Install]
WantedBy=multi-user.target