roled — rolekit server daemon
roled
[OPTIONS...]
roled is a daemon for Linux systems providing a stable D-BUS interface to manage the deployment of Server Roles.
These are the command line options:
-h
, --help
Prints a short help text and exits.
--debug
[=level
]
Set the debug level for roled to level
. The range of the debug level is 1 (lowest level) to 10 (highest level). The debug output will be written to the roled log file /var/log/rolekit
.
--debug-gc
Turn on garbage collector leak information. The collector runs every 10 seconds and if there are leaks, it prints information about the leaks.
--nofork
Turn off daemon forking. Force roled to run as a foreground process instead of as a daemon in the background.
--nopid
Disable writing pid file. By default the program will write a pid file. If the program is invoked with this option it will not check for an existing server process.
--persistent
Turns on persistent mode. roled will not be auto-terminated after inactivity.