diff --git a/.etckeeper b/.etckeeper index 2458edb9..52a5080f 100755 --- a/.etckeeper +++ b/.etckeeper @@ -4254,6 +4254,7 @@ maybe chmod 0644 'systemd/system/nextcloudcron.service' maybe chmod 0644 'systemd/system/nextcloudcron.timer' maybe chmod 0755 'systemd/system/sockets.target.wants' maybe chmod 0755 'systemd/system/sysinit.target.wants' +maybe chmod 0755 'systemd/system/sysstat.service.wants' maybe chmod 0755 'systemd/system/timers.target.wants' maybe chmod 0755 'systemd/system/unbound.service.wants' maybe chmod 0755 'systemd/user' diff --git a/rc2.d/K01sysstat b/rc2.d/S01sysstat similarity index 100% rename from rc2.d/K01sysstat rename to rc2.d/S01sysstat diff --git a/rc3.d/K01sysstat b/rc3.d/S01sysstat similarity index 100% rename from rc3.d/K01sysstat rename to rc3.d/S01sysstat diff --git a/rc4.d/K01sysstat b/rc4.d/S01sysstat similarity index 100% rename from rc4.d/K01sysstat rename to rc4.d/S01sysstat diff --git a/rc5.d/K01sysstat b/rc5.d/S01sysstat similarity index 100% rename from rc5.d/K01sysstat rename to rc5.d/S01sysstat diff --git a/systemd/system/multi-user.target.wants/sysstat.service b/systemd/system/multi-user.target.wants/sysstat.service new file mode 120000 index 00000000..29e6c2d1 --- /dev/null +++ b/systemd/system/multi-user.target.wants/sysstat.service @@ -0,0 +1 @@ +/lib/systemd/system/sysstat.service \ No newline at end of file diff --git a/systemd/system/sysstat.service.wants/sysstat-collect.timer b/systemd/system/sysstat.service.wants/sysstat-collect.timer new file mode 120000 index 00000000..8dddbe9a --- /dev/null +++ b/systemd/system/sysstat.service.wants/sysstat-collect.timer @@ -0,0 +1 @@ +/lib/systemd/system/sysstat-collect.timer \ No newline at end of file diff --git a/systemd/system/sysstat.service.wants/sysstat-summary.timer b/systemd/system/sysstat.service.wants/sysstat-summary.timer new file mode 120000 index 00000000..0d5a5ee6 --- /dev/null +++ b/systemd/system/sysstat.service.wants/sysstat-summary.timer @@ -0,0 +1 @@ +/lib/systemd/system/sysstat-summary.timer \ No newline at end of file