1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 16:59:03 +03:00

unit: increase default timeout to 3min

This commit is contained in:
Lennart Poettering 2011-02-24 02:38:19 +01:00
parent 84168c7740
commit 5f8738667f

View File

@ -40,7 +40,7 @@ typedef enum UnitDependency UnitDependency;
#include "execute.h" #include "execute.h"
#include "condition.h" #include "condition.h"
#define DEFAULT_TIMEOUT_USEC (60*USEC_PER_SEC) #define DEFAULT_TIMEOUT_USEC (3*USEC_PER_MINUTE)
#define DEFAULT_RESTART_USEC (100*USEC_PER_MSEC) #define DEFAULT_RESTART_USEC (100*USEC_PER_MSEC)
enum UnitType { enum UnitType {