diff options
Diffstat (limited to 'upstart/mtu1280')
-rwxr-xr-x | upstart/mtu1280 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/upstart/mtu1280 b/upstart/mtu1280 new file mode 100755 index 0000000..a96cdf9 --- /dev/null +++ b/upstart/mtu1280 @@ -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/mtu1280 -q 1280 |