mirror of
https://github.com/netdata/netdata.git
synced 2025-04-21 12:20:38 +00:00

* Move systemd-specific system files to their own directory. * Move non-systemd init scripts to individual subdirectories. * Move cron files to their own directory. * Move logrotate config to it’s own directory. * Fix typos in Makefile.am. * Fix Debian package builds. * Fixed issues reported by @andrewm4894.
12 lines
197 B
SYSTEMD
12 lines
197 B
SYSTEMD
[Unit]
|
|
Description=Daily auto-updates for Netdata
|
|
RefuseManualStart=no
|
|
RefuseManualStop=no
|
|
|
|
[Timer]
|
|
Persistent=false
|
|
OnCalendar=daily
|
|
Unit=netdata-updater.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|