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
Add systemd timer and gpg creation to init
Joel Grunbaum
2 days ago
7d367bed85993cdb6d0599cd1f056daaf3980873
[Arch-autobuild-repo.git]
/
repo.service
1
2
3
4
5
6
7
8
9
[Unit]
Description=Build package repository
[Service]
Type=oneshot
ExecStart=su build -c "/home/build/Arch-autobuild-repo/main.sh build-all"
[Install]
WantedBy=default.target