0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-21 12:20:38 +00:00
netdata_netdata/system/systemd/netdata-updater.timer
Austin S. Hemmelgarn 8b93deb7b0
Reorganize system directory to better reflect what files are actually used for. ()
* 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.
2023-02-27 12:38:25 -05:00

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