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

Joel Grunbaum
2023-06-17 9c892f59d916f85b8825646d58516ac49904a464
Added systemd units for timing
2 files added
19 ■■■■■ changed files
repo.service 11 ●●●●● patch | view | raw | blame | history
repo.timer 8 ●●●●● patch | view | raw | blame | history
repo.service
New file
@@ -0,0 +1,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
repo.timer
New file
@@ -0,0 +1,8 @@
[Unit]
Description=Build repo
[Timer]
OnCalendar=00/2:00:00
[Install]
WantedBy=timers.target