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
Added systemd units for timing
Joel Grunbaum
2023-06-17
9c892f59d916f85b8825646d58516ac49904a464
[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