From 2e9db196ebbe6b53b4cdf94bc15fb208b7832f47 Mon Sep 17 00:00:00 2001 From: kai Date: Fri, 24 Apr 2026 10:53:34 +0000 Subject: [PATCH] =?UTF-8?q?Install=20Block=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Install] WantedBy=default.target --- temp-cleanup/systemd/cleanup-temp.service | 3 +++ 1 file changed, 3 insertions(+) diff --git a/temp-cleanup/systemd/cleanup-temp.service b/temp-cleanup/systemd/cleanup-temp.service index b469e51..58ccff3 100644 --- a/temp-cleanup/systemd/cleanup-temp.service +++ b/temp-cleanup/systemd/cleanup-temp.service @@ -4,3 +4,6 @@ Description=Cleanup temp folder [Service] Type=oneshot ExecStart=/home/kai/cleanup_temp.sh + +[Install] +WantedBy=default.target \ No newline at end of file