mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-08-04 23:53:00 +02:00
Add dependency on network-online.target for bumpbuddy and arch-pkg-repo-updater systemd service to ensure network is accessible before they start
11 lines
215 B
SYSTEMD
11 lines
215 B
SYSTEMD
[Unit]
|
|
Description=Upstream Release Tracker
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=bumpbuddy
|
|
EnvironmentFile=/etc/conf.d/bumpbuddy
|
|
ExecStart=/usr/local/bin/bumpbuddy.sh
|