修改TUN模式环境适配服务
This commit is contained in:
@@ -13,6 +13,7 @@ ExecStart=/bin/true
|
||||
ExecStop=/bin/true
|
||||
|
||||
# start
|
||||
ExecStartPost=/usr/sbin/ifconfig ${TFE_WATCHDOG_DEVICE} ${TFE_WATCHDOG_IP}
|
||||
ExecStartPost=/usr/sbin/ip tuntap add dev ${TFE_DEVICE_DATA_INCOMING} mode tap
|
||||
ExecStartPost=/usr/sbin/ifconfig ${TFE_DEVICE_DATA_INCOMING} up
|
||||
|
||||
|
||||
Reference in New Issue
Block a user