aboutsummaryrefslogtreecommitdiffstats
path: root/debian/nyancat-server.postinst
blob: c723125da1c882d4a39d27ab21d9e412de2c2e90 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

# Set up nyancat
update-inetd --group OTHER --add \
 '#<off># telnet\t\tstream\ttcp\tnowait\tnobody\t/usr/bin/nyancat\tnyancat -t'

#DEBHELPER#