Functions | |
void | usage () |
Print out program usage. | |
int | main (int argc, char *argv[]) |
Entry point for HAL daemon. | |
Variables | |
dbus_bool_t | opt_become_daemon = TRUE |
If #TRUE, we will daemonize. | |
char * | opt_run_as = NULL |
Run as specified username if not #NULL. |
|
Entry point for HAL daemon.
Definition at line 177 of file hald.c. References logger_init(), opt_become_daemon, opt_run_as, osspec_init(), osspec_probe(), and usage(). |