Adding better syslog

This commit is contained in:
2020-10-18 23:49:25 -05:00
parent e12c8ff0c6
commit ffbd7b7bd8
6 changed files with 134 additions and 14 deletions

View File

@@ -0,0 +1,9 @@
[Unit]
Description=AniNIX/Sharingan | Heartbeat service
[Service]
ExecStart=/usr/sbin/systemctl is-system-running
Type=oneshot
RemainAfterExit=no
User=root
Group=root

View File

@@ -0,0 +1,11 @@
[Unit]
Description=AniNIX/Sharingan | Heartbeat timer
[Timer]
OnCalendar=*-*-* *:00/5:00
AccuracySec=12h
Persistent=true
[Install]
WantedBy=timers.target