14 lines
318 B
Desktop File
14 lines
318 B
Desktop File
[Unit]
|
|
Description = Systemd service for Thingsboard Gateway
|
|
After = network.target
|
|
|
|
[Service]
|
|
ExecStart = /usr/bin/python3 /usr/bin/thingsboard-gateway
|
|
ExecStop = /bin/kill -INT $MAINPID
|
|
ExecReload = /bin/kill -TERM $MAINPID
|
|
Restart = always
|
|
Type = simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|