diff options
Diffstat (limited to 'init.d.misc/dnsmasq')
-rw-r--r-- | init.d.misc/dnsmasq | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.d.misc/dnsmasq b/init.d.misc/dnsmasq index 05e75d59..960c5fae 100644 --- a/init.d.misc/dnsmasq +++ b/init.d.misc/dnsmasq @@ -41,3 +41,5 @@ reload() { start-stop-daemon --signal SIGHUP --pidfile "${pidfile}" eend $? } + +# vim: set ts=4 : |