mirror of
https://github.com/systemd/systemd.git
synced 2025-03-23 10:50:16 +03:00
units: make maximum unit name longer, since DM names manager to hit the limit
This commit is contained in:
parent
7e6e7b06e5
commit
0f13830395
@ -39,7 +39,7 @@ typedef enum UnitDependency UnitDependency;
|
||||
#include "socket-util.h"
|
||||
#include "execute.h"
|
||||
|
||||
#define UNIT_NAME_MAX 128
|
||||
#define UNIT_NAME_MAX 256
|
||||
#define DEFAULT_TIMEOUT_USEC (60*USEC_PER_SEC)
|
||||
#define DEFAULT_RESTART_USEC (100*USEC_PER_MSEC)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user