summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rw-r--r--script/service/tfe-env-config2
-rw-r--r--script/service/tfe.service1
2 files changed, 1 insertions, 2 deletions
diff --git a/script/service/tfe-env-config b/script/service/tfe-env-config
index 69936e0..310b95c 100644
--- a/script/service/tfe-env-config
+++ b/script/service/tfe-env-config
@@ -1,4 +1,3 @@
-
TFE_DEVICE_DATA_INCOMING=tun_kni
TFE_LOCAL_MAC_DATA_INCOMING=fe:65:b7:00:00:01
TFE_PEER_MAC_DATA_INCOMING=aa:bb:cc:dd:ee:ff
@@ -6,4 +5,3 @@ TFE_LOCAL_IP_DATA_INCOMING=172.16.241.2
TFE_PEER_IP_DATA_INCOMING=172.16.241.1
TFE_WATCHDOG_DEVICE=enp2s0
TFE_WATCHDOG_IP=192.168.100.1
-
diff --git a/script/service/tfe.service b/script/service/tfe.service
index b5b39a0..1dc8519 100644
--- a/script/service/tfe.service
+++ b/script/service/tfe.service
@@ -6,6 +6,7 @@ After=tfe-env.service
[Service]
Type=simple
ExecStart=/opt/tsg/tfe/bin/tfe
+WorkingDirectory=/opt/tsg/tfe/
TimeoutSec=180s
RestartSec=10s
Restart=always