aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/thingsboard-gateway.service
blob: 5dd352a553fc71562f444561e6424bee94814691 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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