From 322e9ddcf363622ad36ad969b602b5d432239c0f Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Sun, 08 Feb 2026 00:08:42 +0000
Subject: [PATCH] Rename final binary not to conflict with existing archbuild

---
 repo.service |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/repo.service b/repo.service
index ee4d60e..2114bc0 100644
--- a/repo.service
+++ b/repo.service
@@ -2,10 +2,8 @@
 Description=Build package repository
 
 [Service]
-Type=simple
-ExecStart=su build -c /home/build/Arch-Autobuild-repo/main.sh build-all
-Restart=always
-RestartSec=5s
+Type=oneshot
+ExecStart=su build -c "/home/build/Arch-autobuild-repo/main.sh build-all"
 
 [Install]
 WantedBy=default.target

--
Gitblit v1.10.0