From 15f6697dad37e8e607410d51248b50f111842f1f Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Sat, 19 Aug 2023 13:56:47 -0400 Subject: [PATCH] Added some more to the license blurb at the top of the file --- psi-alerts.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/psi-alerts.sh b/psi-alerts.sh index f48594b..6013780 100755 --- a/psi-alerts.sh +++ b/psi-alerts.sh @@ -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 . +# +# 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@.service overrides (will be placed in # /etc/systemd/system/psi-alerts@.service.d/override.conf. See the # README.md for details. - +################################################################################ svc="psi-monitor.service" cpu="/proc/pressure/cpu"