chiark / gitweb /
plymouth: use PID file to detect whether ply is running
[elogind.git] / src / unit.h
index 9b7eb5e854ca3c8bc0c59336f7418734e24e2760..4245f3cf1ca7875b6963fd2566169d98d74f3b30 100644 (file)
@@ -40,9 +40,6 @@ typedef enum UnitDependency UnitDependency;
 #include "execute.h"
 #include "condition.h"
 
-#define DEFAULT_TIMEOUT_USEC (3*USEC_PER_MINUTE)
-#define DEFAULT_RESTART_USEC (100*USEC_PER_MSEC)
-
 enum UnitType {
         UNIT_SERVICE = 0,
         UNIT_SOCKET,