mirror of
https://github.com/systemd/systemd.git
synced 2026-08-02 22:20:20 +00:00
unit: bump up default timeout to 60s
This commit is contained in:
@@ -40,7 +40,7 @@ typedef enum UnitDependency UnitDependency;
|
||||
#include "execute.h"
|
||||
|
||||
#define UNIT_NAME_MAX 128
|
||||
#define DEFAULT_TIMEOUT_USEC (20*USEC_PER_SEC)
|
||||
#define DEFAULT_TIMEOUT_USEC (60*USEC_PER_SEC)
|
||||
#define DEFAULT_RESTART_USEC (100*USEC_PER_MSEC)
|
||||
|
||||
typedef enum KillMode {
|
||||
|
||||
Reference in New Issue
Block a user