diff options
Diffstat (limited to 'community/pdns-recursor/pdns-recursor.service')
-rw-r--r-- | community/pdns-recursor/pdns-recursor.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pdns-recursor/pdns-recursor.service b/community/pdns-recursor/pdns-recursor.service index 8f4404e1d..e8d23ccd0 100644 --- a/community/pdns-recursor/pdns-recursor.service +++ b/community/pdns-recursor/pdns-recursor.service @@ -4,7 +4,7 @@ After=network.target [Service] Type=forking -ExecStart=/usr/sbin/pdns_recursor --daemon +ExecStart=/usr/bin/pdns_recursor --daemon [Install] WantedBy=multi-user.target |