diff options
Diffstat (limited to 'etc/netmon.conf')
-rw-r--r-- | etc/netmon.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/netmon.conf b/etc/netmon.conf new file mode 100644 index 00000000..2518a7f4 --- /dev/null +++ b/etc/netmon.conf @@ -0,0 +1,12 @@ +description "Manifold Map" +author "Jordan Augé <jordan.auge@cisco.com>" + +start on started nfd +stop on stopping nfd + +respawn +respawn limit unlimited + +script + exec /usr/bin/netmon +end script |