mirror of
https://github.com/netdata/netdata.git
synced 2025-04-16 18:37:50 +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.
8 lines
166 B
SYSTEMD
8 lines
166 B
SYSTEMD
[Unit]
|
|
Description=Daily auto-updates for Netdata
|
|
RefuseManualStart=no
|
|
RefuseManualStop=yes
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=@pkglibexecdir_POST@/netdata-updater.sh
|