Home
last modified time | relevance | path

Searched refs:nodetach (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/shells/jailkit/jailkit-2.22/src/
H A Djk_socketd.c128 if (nodetach) printf("while opening %s: %s\n",sl->inpath,strerror(errno)); in new_socketlink()
260 unsigned short int nodetach = 0; in main() local
294 nodetach = 1; in main()
320 nodetach = 1; in main()
345 if (nodetach) printf("opened /dev/log\n"); in main()
354 if (nodetach) printf("version "VERSION", abort, could not parse configfile "CONFIGFILE"\n"); in main()
389 if (nodetach) printf("version "VERSION", failed to create socket %s\n",tmp); in main()
413 if (nodetach) printf("version "VERSION",failed to create socket %s\n",m_socket); in main()
438 if (nodetach) printf("cannot get UID and GID for user nobody"); in main()
448 if (nodetach) printf("failed to chroot to "INIPREFIX); in main()
[all …]
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/pkcs7/
H A Dsign.c77 int nodetach=0; local
98 nodetach=1;
130 if (!nodetach)
H A Denc.c75 int nodetach=1; local
87 nodetach=1;
/dports/mail/spampd/spampd-2.61/misc/
H A Dspampd.service6 ExecStart=/usr/sbin/spampd --config /etc/spampd.cfg --pid /run/spampd.pid --nodetach
12 # To run as a forking server, uncomment below and remove the "--nodetach" option
/dports/security/openfortivpn/openfortivpn-1.17.1/etc/ppp/peers/
H A Dopenfortivpn10 nodetach
/dports/comms/mgetty+sendfax/mgetty-1.1.37/callback/
H A Dconf_cb.h22 nodetach, /* don't fork() */ member
H A Dconf_cb.c122 conf_set_bool( &c.nodetach, TRUE );
/dports/mail/fetchmailconf/fetchmail-6.4.28/contrib/systemd/
H A Dfetchmail.service8 ExecStart=fetchmail --nodetach --daemon 300
H A DREADME.systemd5 Set up your .fetchmailrc so that "fetchmail --nodetach" actually
/dports/mail/fetchmail/fetchmail-6.4.28/contrib/systemd/
H A Dfetchmail.service8 ExecStart=fetchmail --nodetach --daemon 300
H A DREADME.systemd5 Set up your .fetchmailrc so that "fetchmail --nodetach" actually
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/
H A Dhdfs265 -nodetach \
297 -nodetach \
/dports/security/gnupg/gnupg-2.3.3/tpm2d/
H A Dtpm2daemon.c343 int nodetach = 0; in main() local
480 case oNoDetach: nodetach = 1; break; in main()
682 (void)nodetach; in main()
745 if (!nodetach ) in main()
/dports/shells/fish/fish-3.3.1/share/completions/
H A Dxsel.fish15 complete -c xsel -s n -l nodetach -d "Do not detach from the controlling terminal"
/dports/security/gnupg/gnupg-2.3.3/scd/
H A Dscdaemon.c451 int nodetach = 0; in main() local
596 case oNoDetach: nodetach = 1; break; in main()
839 (void)nodetach; in main()
903 if (!nodetach ) in main()
/dports/net/py-python-keystoneclient/python-keystoneclient-4.3.0/examples/pki/
H A Dgen_pki.sh205 …_DIR/signing_cert.pem -inkey $PRIVATE_DIR/signing_key.pem -outform PEM -nodetach -nocerts -noattr …
/dports/devel/artifactory/artifactory-oss-5.8.3/tomcat/bin/
H A Ddaemon.sh193 -nodetach \
/dports/www/tomcat-devel/apache-tomcat-10.1.0-M8/bin/
H A Ddaemon.sh199 -nodetach \
/dports/www/tomee/apache-tomee-webprofile-1.7.4/bin/
H A Ddaemon.sh184 -nodetach \
/dports/www/tomcat85/apache-tomcat-8.5.73/bin/
H A Ddaemon.sh219 -nodetach \
/dports/www/tomcat10/apache-tomcat-10.0.14/bin/
H A Ddaemon.sh211 -nodetach \
/dports/www/tomcat9/apache-tomcat-9.0.56/bin/
H A Ddaemon.sh219 -nodetach \
/dports/mail/fetchmailconf/fetchmail-6.4.28/
H A Dfetchmail.c73 flag nodetach; /* if TRUE, don't detach daemon process */ variable
355 if (nodetach) { in main()
396 …report_init((run.poll_interval == 0 || nodetach) && !run.logfile); /* when changing this, change c… in main()
403 …report_init((run.poll_interval == 0 || nodetach) && !run.logfile); /* when changing this, change c… in main()
665 if (!nodetach) { in main()
1458 if (ctl->fetchall && ctl->keep && (run.poll_interval || ctl->idle) && !nodetach && !configdump) in load_params()
/dports/mail/fetchmail/fetchmail-6.4.28/
H A Dfetchmail.c73 flag nodetach; /* if TRUE, don't detach daemon process */ variable
355 if (nodetach) { in main()
396 …report_init((run.poll_interval == 0 || nodetach) && !run.logfile); /* when changing this, change c… in main()
403 …report_init((run.poll_interval == 0 || nodetach) && !run.logfile); /* when changing this, change c… in main()
665 if (!nodetach) { in main()
1458 if (ctl->fetchall && ctl->keep && (run.poll_interval || ctl->idle) && !nodetach && !configdump) in load_params()
/dports/security/gnupg/gnupg-2.3.3/kbx/
H A Dkeyboxd.c466 int nodetach = 0; in main() local
573 case oNoDetach: nodetach = 1; break; in main()
735 (void)nodetach; in main()
781 if (!nodetach) in main()

1234567