15 lines
289 B
Desktop File
15 lines
289 B
Desktop File
[Unit]
|
|
Description=TG3 local OmniSocket KCP hub
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/home/eai/OmniSocketGo
|
|
ExecStart=/home/eai/OmniSocketGo/bin/kcpserver -mode hub -listen 0.0.0.0:14049
|
|
Restart=always
|
|
RestartSec=1
|
|
KillSignal=SIGTERM
|
|
TimeoutStopSec=5
|
|
|
|
[Install]
|
|
WantedBy=default.target
|