diff --git a/scripts/monitoring/docker-prune-watchdog.service b/scripts/monitoring/docker-prune-watchdog.service deleted file mode 100644 index e22c86e..0000000 --- a/scripts/monitoring/docker-prune-watchdog.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=Docker System Prune Watchdog -After=docker.service -Wants=docker.service - -[Service] -Type=simple -Restart=always -RestartSec=10 -EnvironmentFile=-/etc/docker-prune-watchdog.env -ExecStart=/usr/local/bin/docker-prune-watchdog.sh start - -[Install] -WantedBy=multi-user.target