diff --git a/home.admin/assets/background.service b/home.admin/assets/background.service new file mode 100644 index 0000000..8e89785 --- /dev/null +++ b/home.admin/assets/background.service @@ -0,0 +1,24 @@ +# Monitor the RaspiBlitz +# /etc/systemd/system/background.service + +[Unit] +Description=RaspiBlitz Background Monitoring Service +Wants=bootstrap.service +After=bootstrap.service + +# for use with sendmail alert (coming soon) +#OnFailure=systemd-sendmail@%n + +[Service] +User=root +Group=root +Type=forking +ExecStart=/home/admin/_background.sh +KillMode=process +Restart=always +TimeoutSec=10 +RestartSec=10 +StandardOutput=journal + +[Install] +WantedBy=multi-user.target \ No newline at end of file