Services: fix Duplicacy Web service definition
This commit is contained in:
parent
ee29f2f0c7
commit
1d4a6edb62
|
@ -40,7 +40,7 @@ in
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = ''${duplicacy-web}/duplicacy-web'';
|
ExecStart = ''${duplicacy-web}/duplicacy-web'';
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSrc = 10;
|
RestartSec = 10;
|
||||||
KillMode = "process";
|
KillMode = "process";
|
||||||
};
|
};
|
||||||
environment = {
|
environment = {
|
||||||
|
|
Loading…
Reference in a new issue