fixes data type of env var
This commit is contained in:
parent
0acd98a8a5
commit
cd14ccf417
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
wantedBy = [ "multi-user.target" ];
|
||||
description = "user service for the actual budgeting server instance";
|
||||
environment = {
|
||||
ACTUAL_PORT = 9002;
|
||||
ACTUAL_PORT = "9002";
|
||||
};
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue