Skip to content

Commit

Permalink
Update systemd unit file
Browse files Browse the repository at this point in the history
Billing adapter needs network and uyuni service running
  • Loading branch information
smarlowucf committed Jul 9, 2024
1 parent f448e43 commit 30079fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systemd/csp-billing-adapter.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=CSP usage reporting
Wants=billing-data-service.service
After=billing-data-service.service
Wants=network.target billing-data-service.service
After=network-online.target uyuni-server.service billing-data-service.service

[Service]
Type=simple
Expand Down

0 comments on commit 30079fd

Please sign in to comment.