Skip to content

Commit

Permalink
Use BindsTo for systemd service dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Sep 26, 2024
1 parent 353e6cf commit 6f25af7
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 6f25af7

Please sign in to comment.