diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-24 11:16:29 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-24 11:16:29 +0200 |
commit | 0aa5f38c6a7ee37687f95521bc6e85f776812e52 (patch) | |
tree | 3845c0472134e119e1fd57cf9fe4b5a87a0d9dde /data/templates/vrrp/daemon.tmpl | |
parent | d9a4eccaabffff6b5a690284a1707e53e5f1a531 (diff) | |
download | vyos-1x-0aa5f38c6a7ee37687f95521bc6e85f776812e52.tar.gz vyos-1x-0aa5f38c6a7ee37687f95521bc6e85f776812e52.zip |
fromdos: fix wrong line encoding
Diffstat (limited to 'data/templates/vrrp/daemon.tmpl')
-rw-r--r-- | data/templates/vrrp/daemon.tmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/templates/vrrp/daemon.tmpl b/data/templates/vrrp/daemon.tmpl index 62d0ba63b..c9dbea72d 100644 --- a/data/templates/vrrp/daemon.tmpl +++ b/data/templates/vrrp/daemon.tmpl @@ -1,5 +1,5 @@ -# Autogenerated by VyOS
-# Options to pass to keepalived
-
-# DAEMON_ARGS are appended to the keepalived command-line
-DAEMON_ARGS="--snmp"
+# Autogenerated by VyOS +# Options to pass to keepalived + +# DAEMON_ARGS are appended to the keepalived command-line +DAEMON_ARGS="--snmp" |