diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-28 20:12:53 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-28 20:12:53 +0100 |
commit | fbfb77aa7c27a8d38967d512b42f0dfa6debb80d (patch) | |
tree | 0af3cc0eeafdc0f987b435302700d14da74ebd6a | |
parent | 0e8bcde0f3f74fbe978ccc10fd32f9be90dc5898 (diff) | |
download | vyatta-op-fbfb77aa7c27a8d38967d512b42f0dfa6debb80d.tar.gz vyatta-op-fbfb77aa7c27a8d38967d512b42f0dfa6debb80d.zip |
webproxy: T1732: migrate to vyos-1x
-rw-r--r-- | templates/monitor/webproxy/background/node.def | 1 | ||||
-rw-r--r-- | templates/monitor/webproxy/background/start/node.def | 2 | ||||
-rw-r--r-- | templates/monitor/webproxy/background/stop/node.def | 2 | ||||
-rw-r--r-- | templates/monitor/webproxy/node.def | 2 |
4 files changed, 0 insertions, 7 deletions
diff --git a/templates/monitor/webproxy/background/node.def b/templates/monitor/webproxy/background/node.def deleted file mode 100644 index 8f82ad5..0000000 --- a/templates/monitor/webproxy/background/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Monitor Webproxy in the background diff --git a/templates/monitor/webproxy/background/start/node.def b/templates/monitor/webproxy/background/start/node.def deleted file mode 100644 index a7f381b..0000000 --- a/templates/monitor/webproxy/background/start/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Start background monitoring of Webproxy -run: ${vyatta_bindir}/vyatta-monitor-background Webproxy squid diff --git a/templates/monitor/webproxy/background/stop/node.def b/templates/monitor/webproxy/background/stop/node.def deleted file mode 100644 index 6e26ba9..0000000 --- a/templates/monitor/webproxy/background/stop/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Stop background monitoring of Webproxy -run: ${vyatta_bindir}/vyatta-monitor-background-stop Webproxy diff --git a/templates/monitor/webproxy/node.def b/templates/monitor/webproxy/node.def deleted file mode 100644 index 8966c38..0000000 --- a/templates/monitor/webproxy/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Monitor Webproxy service -run: ${vyatta_bindir}/vyatta-monitor Webproxy squid |