24 lines
380 B
Desktop File
Executable File
24 lines
380 B
Desktop File
Executable File
[Unit]
|
|
Description=Tango Frontend Engine
|
|
Requires=tfe-env.service
|
|
After=tfe-env.service
|
|
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/opt/tsg/tfe/bin/tfe
|
|
WorkingDirectory=/opt/tsg/tfe/
|
|
TimeoutSec=900s
|
|
RestartSec=10s
|
|
Restart=always
|
|
LimitNOFILE=524288
|
|
LimitNPROC=infinity
|
|
LimitCORE=infinity
|
|
TasksMax=infinity
|
|
Delegate=yes
|
|
KillMode=process
|
|
WatchdogSec=10s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|