Skip to content
Snippets Groups Projects
Verified Commit 104d08a1 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

archweb: Put most services after network-online.target

We noticed readlinks and reporead on gemini failing to connect to the
archweb database immediately after rebooting. To fix this, place them
after network-online.target. Do the same for all but one of the other
service units even though they run on timers 10-15 minutes after boot
for completeness and correctness.
parent 78cd1dd5
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=archweb mirrorcheck service
After=network.target
After=network-online.target
[Service]
Type=oneshot
......
[Unit]
Description=archweb mirrorresolv service
After=network.target
After=network-online.target
[Service]
Type=oneshot
......
[Unit]
Description=archweb update planet service
After=network.target
After=network-online.target
[Service]
Type=oneshot
......
[Unit]
Description=archweb populate_signoffs service
After=network.target
After=network-online.target
[Service]
Type=oneshot
......
[Unit]
Description=archweb read links databases (for sonames)
After=network.target
After=network-online.target
[Service]
User=archweb
......
[Unit]
Description=archweb update rebuilderd status service
After=network.target
After=network-online.target
[Service]
Type=oneshot
......
[Unit]
Description=archweb reporead
After=network.target
After=network-online.target
[Service]
User=archweb
......
[Unit]
Description=archweb rsync iso service
After=network.target
After=network-online.target
[Service]
Type=oneshot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment