aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-11-04 11:41:28 +0100
committerGravatar Christian Hesse <mail@eworm.de>2013-11-04 11:41:28 +0100
commit50c013b256cb027a5ef10726f039c1f822ffef93 (patch)
tree330f5498087f74f020f6ce298278a99765571d5e /systemd
parent697409fa4ab1a1f2ff66f8d68de35b9aa53f9e6b (diff)
downloadpacredir-50c013b256cb027a5ef10726f039c1f822ffef93.tar.gz
pacredir-50c013b256cb027a5ef10726f039c1f822ffef93.tar.zst
do not make avahi-daemon a hard depend
Now that you can add static hosts via config file it may make sense to run pacredir without avahi-daemon. Just make it start After=.
Diffstat (limited to 'systemd')
-rw-r--r--systemd/pacredir.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/pacredir.service b/systemd/pacredir.service
index c816cef..43893b7 100644
--- a/systemd/pacredir.service
+++ b/systemd/pacredir.service
@@ -1,6 +1,6 @@
[Unit]
Description=Redirect pacman requests via avahi service
-Requires=avahi-daemon.service
+After=avahi-daemon.service
[Service]
User=nobody