fix(discord): typo on declarative file
This commit is contained in:
parent
6f422f5b80
commit
b893f02971
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ in
|
||||||
EnvironmentFile = "/opt/Ada/.env";
|
EnvironmentFile = "/opt/Ada/.env";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = 5;
|
RestartSec = 5;
|
||||||
Environment = lib.mkForce''
|
Environment = lib.mkForce ''
|
||||||
Environment=PYTHONUNBUFFERED=1
|
Environment=PYTHONUNBUFFERED=1
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue