X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fservice.h;h=5242de58fa854b07a7cd3125bfdc7f61070f07ef;hp=40bd57e256a4a4ef0295a5c610fb276d4725a9a3;hb=1f48cf56cb2693b84fdc76dc8df0b048ed50ef43;hpb=2c7c61442e6b46571b1f53db05ef7a23227bebe2 diff --git a/src/service.h b/src/service.h index 40bd57e25..5242de58f 100644 --- a/src/service.h +++ b/src/service.h @@ -56,8 +56,8 @@ typedef enum ServiceRestart { } ServiceRestart; typedef enum ServiceType { - SERVICE_FORKING, /* forks by itself (i.e. traditional daemons) */ SERVICE_SIMPLE, /* we fork and go on right-away (i.e. modern socket activated daemons) */ + SERVICE_FORKING, /* forks by itself (i.e. traditional daemons) */ SERVICE_FINISH, /* we fork and wait until the program finishes (i.e. programs like fsck which run and need to finish before we continue) */ SERVICE_DBUS, /* we fork and wait until a specific D-Bus name appears on the bus */ _SERVICE_TYPE_MAX,