add systemd unit files
This commit is contained in:
parent
3497867cd2
commit
0767a37028
6
whois42d.service
Normal file
6
whois42d.service
Normal file
@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
Description=Whois dn42 daemon
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/whois42d -registry /var/lib/whois42d/registry
|
||||
User=nobody
|
8
whois42d.socket
Normal file
8
whois42d.socket
Normal file
@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Whois dn42 daemon socket
|
||||
|
||||
[Socket]
|
||||
ListenStream=43
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
Loading…
x
Reference in New Issue
Block a user