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.
15 lines
304 B
INI
15 lines
304 B
INI
5 years ago
|
[Unit]
|
||
|
Description=Loki-Whois: a whois server for loki blockchain
|
||
|
Wants=lokinet.service
|
||
|
After=lokinet.service
|
||
|
|
||
|
[Service]
|
||
|
User=_lokinet
|
||
|
Group=_loki
|
||
|
SyslogIdentifier=loki-whois
|
||
|
ExecStart=/usr/local/bin/loki-whois
|
||
|
Restart=always
|
||
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|