diff options
Diffstat (limited to 'upstart/mtu1280d')
-rwxr-xr-x | upstart/mtu1280d | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/upstart/mtu1280d b/upstart/mtu1280d new file mode 100755 index 0000000..ee996aa --- /dev/null +++ b/upstart/mtu1280d @@ -0,0 +1,18 @@ +# ssh - OpenBSD Secure Shell server +# +# The OpenSSH server provides secure shell access to the system. + +description "Synthetic ICMPv6 Packet Too Big response" + +start on runlevel [2345] +stop on runlevel [!2345] + +respawn +respawn limit 10 5 +umask 022 + +#expect stop + +console none + +exec /usr/sbin/mtu1280d -q 1280 |