Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order network management units after network-pre.target #17

Merged
merged 1 commit into from
Jul 13, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vm-systemd/qubes-misc-post.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=Qubes misc post-boot actions
After=qubes-dvm.service qubes-mount-dirs.service
After=network-pre.target qubes-dvm.service qubes-mount-dirs.service

[Service]
Type=oneshot
Expand Down
2 changes: 1 addition & 1 deletion vm-systemd/qubes-netwatcher.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Qubes network monitor
ConditionPathExists=/var/run/qubes-service/qubes-netwatcher
After=qubes-firewall.service
After=network-pre.target qubes-firewall.service

[Service]
ExecStart=/usr/sbin/qubes-netwatcher
Expand Down
2 changes: 1 addition & 1 deletion vm-systemd/qubes-network.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Description=Qubes network forwarding setup
ConditionPathExists=/var/run/qubes-service/qubes-network
Before=network.target
After=qubes-iptables.service
After=network-pre.target qubes-iptables.service

[Service]
Type=oneshot
Expand Down