mirror of
https://github.com/do6uk/meshcore_multitcp.git
synced 2026-04-21 03:53:36 +00:00
17 lines
357 B
Desktop File
17 lines
357 B
Desktop File
[Unit]
|
|
Description=meshcore TCP-Multiplexer
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=*youruser*
|
|
|
|
WorkingDirectory=/home/*youruser*/meshcore_multitcp/
|
|
ExecStartPre=/bin/sleep 5
|
|
ExecStart=/home/*youruser*/meshcore_multitcp/meshcore_multitcp.py -s *yourip*:5000 -d *deviceip*:5000
|
|
|
|
Restart=always
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|