Added some more to the license blurb at the top of the file

This commit is contained in:
Trey Blancher 2023-08-19 13:56:47 -04:00
parent 428ed91dd1
commit 15f6697dad
1 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,9 @@
#!/usr/bin/env zsh
################################################################################
# Send alerts when Pressure Stall Information is high
#
# Copyright © 2023 Trey Blancher
# Copyright © 2023 Trey Blancher $(base64 -d <<< dHJleUBibGFuY2hlci5uZXQK)
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the Free
@ -16,6 +17,9 @@
#
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <https://www.gnu.org/licenses/>.
#
# Submodules may be distributed under a separate software license; see the
# LICENSE file within each submodule.
#
# This script monitors the systemd journal, specifically the
# `psi-monitor.service` and waits for Pressure State Information monitor events
@ -32,7 +36,7 @@
# systemd psi-alerts@<user>.service overrides (will be placed in
# /etc/systemd/system/psi-alerts@<user>.service.d/override.conf. See the
# README.md for details.
################################################################################
svc="psi-monitor.service"
cpu="/proc/pressure/cpu"