fix systemd timer

This commit is contained in:
Andrea Blankenstijn 2022-06-09 14:38:38 +00:00 committed by Andrea Blankenstijn
parent f0e9923e83
commit 29e006daf9
4 changed files with 4 additions and 3 deletions

View File

@ -47,7 +47,7 @@ group --name=sudo
# are allowed to log as root by using `su -` as another user.
rootpw --plaintext "CHANGE_ME" --lock
services --enabled=sshd
services --enabled=sshd --disabled=kdump
# Make edition of bootloader boot entries requires authentication (user is
# root).

View File

@ -2,7 +2,8 @@
Description = Run monitoring script every 10 minuts
[Timer]
OnBootSec = 600
OnUnitActiveSec = 600
[Install]
WantedBy = multi-user.target
WantedBy = timers.target

View File

@ -1 +1 @@
r /tmp/shutup
r /tmp/nowall