move state outside envs

so it can be managed separately more easily
This commit is contained in:
Min RK
2018-07-18 23:15:36 -07:00
parent 24b535d524
commit 00797b404c
3 changed files with 4 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ PrivateTmp=yes
PrivateDevices=yes
ProtectKernelTunables=yes
ProtectKernelModules=yes
EnvironmentFile={install_prefix}/hub/state/configurable-http-proxy.secret
EnvironmentFile={install_prefix}/state/configurable-http-proxy.secret
# Set PATH so env can find correct node
Environment=PATH=$PATH:{install_prefix}/hub/bin
ExecStart={install_prefix}/hub/bin/configurable-http-proxy \