From 71f1ca41b15d6ed72f503fafd79c6308f08d7152 Mon Sep 17 00:00:00 2001 From: SantosFC <33733406+SantosFC@users.noreply.github.com> Date: Sun, 7 Jun 2026 03:03:02 -0300 Subject: [PATCH] Delete systemd/chamado-health.service --- systemd/chamado-health.service | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 systemd/chamado-health.service diff --git a/systemd/chamado-health.service b/systemd/chamado-health.service deleted file mode 100644 index 4649f7f..0000000 --- a/systemd/chamado-health.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=Chamado Health check script -Wants=network-online.target -After=network-online.target - -[Service] -Type=oneshot -EnvironmentFile=-%h/.config/chamado-health -ExecStart=/usr/bin/env python3 %h/src/chamado-health/healthcheck.py -StandardOutput=journal -StandardError=journal - -[Install] -WantedBy=default.target