Skip to content

Commit

Permalink
Fix unit file
Browse files Browse the repository at this point in the history
Service requires network and uyuni service
  • Loading branch information
smarlowucf committed Jul 9, 2024
1 parent f448e43 commit 20f2a6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion systemd/csp-billing-adapter.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[Unit]
Description=CSP usage reporting
Requires=network.target
Wants=billing-data-service.service
After=billing-data-service.service
After=network-online.target uyuni-server.service billing-data-service.service

[Service]
Type=simple
Expand Down

0 comments on commit 20f2a6d

Please sign in to comment.