diff --git a/debian/statsd.systemd b/debian/statsd.systemd deleted file mode 100644 index 60a61263..00000000 --- a/debian/statsd.systemd +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=monitoring daemon, that aggregates events received by udp in 10 second intervals -Documentation=https://github.com/etsy/statsd/ -Wants=network.target - -[Service] -Type=simple -User=_statsd -ExecStart=/usr/bin/nodejs /usr/share/statsd/stats.js /etc/statsd/localConfig.js - -[Install]