From 55611a81e9739b4d9bf519b6100a42c70a5efb69 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 27 Jul 2024 07:54:10 +0200 Subject: [PATCH] fix service file --- usr/lib/systemd/system/archboot-server-update.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/systemd/system/archboot-server-update.service b/usr/lib/systemd/system/archboot-server-update.service index 5f8172933..4133f0b5a 100644 --- a/usr/lib/systemd/system/archboot-server-update.service +++ b/usr/lib/systemd/system/archboot-server-update.service @@ -2,5 +2,5 @@ Description=Check, build and upload archboot images at night [Service] -ExecStart="/usr/bin/archboot-server-update.sh run" +ExecStart=/usr/bin/archboot-server-update.sh run