summaryrefslogtreecommitdiffstats
path: root/netman_watch_dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'netman_watch_dns.c')
-rw-r--r--netman_watch_dns.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/netman_watch_dns.c b/netman_watch_dns.c
index 33e6f14..b60b699 100644
--- a/netman_watch_dns.c
+++ b/netman_watch_dns.c
@@ -380,12 +380,20 @@ int main(int argc, char *argv[])
printf("Watching for changes in DNS settings..\n");
- /* Now that we have checked it once. rest is all notification bases. */
+ /* Commenting since this functionality has been built into network
+ * manager and this file will be deleted in the very next commit
+ */
+ /*
rc = watch_for_dns_change(netif_dir, state_file);
if(rc < 0)
{
fprintf(stderr,"Error watching for DNS changes\n");
}
+ */
- return 0;
+ // Returning will result in app getting launched again per Restart
+ // policy in service file
+ pause();
+
+ return rc;
}
OpenPOWER on IntegriCloud