mirror of https://github.com/Chizi123/Arch-autobuild-repo.git

Joel Grunbaum
2023-06-24 8a6e0dcb5aaeaca02e40bd1af3b8bdbf320b085e
changed to oneshot
1 files modified
6 ■■■■■ changed files
repo.service 6 ●●●●● patch | view | raw | blame | history
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