dashboard
repositories
filestore
activity
search
login
main
/
Arch-autobuild-repo
mirror of
https://github.com/Chizi123/Arch-autobuild-repo.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed typo
Joel Grunbaum
2023-06-17
afd818e12b072908f9a922dea241678a4da9a188
[Arch-autobuild-repo.git]
/
repo.service
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Build package repository
[Service]
Type=simple
ExecStart=su build -c /home/build/Arch-autobuild-repo/main.sh build-all
Restart=always
RestartSec=5s
[Install]
WantedBy=default.target