Skip to content

Commit

Permalink
Update dnscollector.service
Browse files Browse the repository at this point in the history
  • Loading branch information
4quarks authored May 24, 2024
1 parent 10f95fb commit c477d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/configuration/dnscollector/dnscollector.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=Go DNS Collector Service
After=network.target

[Service]
ExecStart=/usr/bin/go-dnscollector --config /etc/dnscollector/config.yml
ExecStart=/usr/bin/go-dnscollector -config /etc/dnscollector/config.yml
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
Expand Down

0 comments on commit c477d7a

Please sign in to comment.