summaryrefslogtreecommitdiff
path: root/templates/system/options/enable-popularity-contest/node.def
blob: 3f0483527380a94561a318225c272c3bb718b720 (plain)
1
2
3
4
5
6
7
8
9
help: Send anonymous system statistic to VyOS maintainers

create:
  sudo sh -c 'echo "#!/bin/sh" > /etc/cron.weekly/01vyos-popcon'
  sudo sh -c 'echo "/opt/vyatta/bin/vyos-popcon.pl 2>&1 >/var/log/popcon.log" >> /etc/cron.weekly/01vyos-popcon'
  sudo sh -c 'chmod +x /etc/cron.weekly/01vyos-popcon'

delete:
  sudo rm -f /etc/cron.weekly/01vyos-popcon