X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Futils%2Fsetup.c;fp=citadel%2Futils%2Fsetup.c;h=619b8b27e168ee02eadec2067833bc858cf91dbf;hb=43f77abee03ab8a892bc72b5098dba033c4b654e;hp=7cb2f811d6db3678247d03acebb6cb21a68de11c;hpb=cd8ecaacbd2eaeedb7960cea8253e95e97e29d7c;p=citadel.git diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index 7cb2f811d..619b8b27e 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -482,7 +482,7 @@ void check_xinetd_entry(void) { ); fclose(fp); - // Now try to restart the service. This will not have the intended effect on Solaris, but who uses Solaris anymore? + // Now try to restart the service. (This only works on systemd; others will need to restart it manually.) rv = system("systemctl restart xinetd >/dev/null 2>&1"); if (rv != 0) { rv = system("service xinetd restart >/dev/null 2>&1");