Skip to content

Commit

Permalink
dhcrelay.service: Order after startup-hostname.service
Browse files Browse the repository at this point in the history
Make sure, the file has been actually created.
  • Loading branch information
pmenzel committed Feb 11, 2020
1 parent e589311 commit e731f1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc_systemd_units/dhcrelay.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Description=DHCP relay
Requires=network.target
After=network.target

Wants=startup-hostname.service
After=startup-hostname.service
ConditionPathExists=/node/startup-hostname/bka

[Service]
Expand Down

0 comments on commit e731f1b

Please sign in to comment.