diff options
| author | Jason Fesler <jfesler@gigo.com> | 2015-02-17 13:56:47 -0800 |
|---|---|---|
| committer | Jason Fesler <jfesler@gigo.com> | 2015-02-17 13:56:47 -0800 |
| commit | 76e370896eabb2cea8052d9508dfa15fceccb67d (patch) | |
| tree | 60a4a788ba15eb7cf6e4be6ec1af02671d5e3bfe /upstart/mtu1280d | |
| parent | b652c12cbcf2f85355354446ecf723e45a12f735 (diff) | |
| download | mtu1280d-76e370896eabb2cea8052d9508dfa15fceccb67d.tar.gz mtu1280d-76e370896eabb2cea8052d9508dfa15fceccb67d.zip | |
Fixing upstart
Diffstat (limited to 'upstart/mtu1280d')
| -rwxr-xr-x | upstart/mtu1280d | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/upstart/mtu1280d b/upstart/mtu1280d deleted file mode 100755 index ee996aa..0000000 --- a/upstart/mtu1280d +++ /dev/null @@ -1,18 +0,0 @@ -# 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 |
