Avoid interposing pidfile(), use rk_pidfile() instead

This commit is contained in:
Viktor Dukhovni
2016-12-19 19:09:45 -05:00
parent bda422f40b
commit 7dc4481ed2
8 changed files with 8 additions and 10 deletions

View File

@@ -88,7 +88,7 @@ main(int argc, char **argv)
#endif
if (detach_from_console && !launchd_flag && daemon_child == -1)
roken_detach_prep(argc, argv, "--daemon-child");
pidfile(NULL);
rk_pidfile(NULL);
if (launchd_flag) {
heim_sipc mach;