X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fservice.c;h=fce1b27aca64f2018a9a6eeeea0225d806cb0254;hb=2cf3143ac3650feff2e3069d6d02bb8e46ab1929;hp=ee1da2a7b32bcb1d746e3e36a28f0eedd69815ea;hpb=04ade7d215ce05f1ac2bd33a8d6126f6994168fa;p=elogind.git diff --git a/src/service.c b/src/service.c index ee1da2a7b..fce1b27ac 100644 --- a/src/service.c +++ b/src/service.c @@ -952,12 +952,14 @@ static void service_dump(Unit *u, FILE *f, const char *prefix) { "%sRootDirectoryStartOnly: %s\n" "%sValidNoProcess: %s\n" "%sType: %s\n" + "%sRestart: %s\n" "%sNotifyAccess: %s\n", prefix, service_state_to_string(s->state), prefix, yes_no(s->permissions_start_only), prefix, yes_no(s->root_directory_start_only), prefix, yes_no(s->valid_no_process), prefix, service_type_to_string(s->type), + prefix, service_restart_to_string(s->restart), prefix, notify_access_to_string(s->notify_access)); if (s->control_pid > 0)