Skip to content

Commit

Permalink
Merge pull request #361 from arnested/systemd-unit-dependencies
Browse files Browse the repository at this point in the history
Use BindsTo for systemd service dependencies
  • Loading branch information
arnested authored Sep 26, 2024
2 parents 353e6cf + 6f25af7 commit 6bdf07f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions systemd/ldddns.service
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[Unit]
Description=Local Docker Development DNS
Documentation=https://ldddns.arnested.dk
BindTo=docker.service
BindsTo=docker.service
After=docker.service
Requisite=avahi-daemon
BindsTo=avahi-daemon.service
After=avahi-daemon.service

[Service]
Type=notify
Expand Down

0 comments on commit 6bdf07f

Please sign in to comment.