iotgateway.service 245 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=HPC&A IoT Gateway

[Service]
User=vlad
Type=simple
ExecStart=/home/vlad/thso.gateway/bin/gateway 1>/dev/null
WorkingDirectory=/home/vlad/thso.gateway
Restart=on-failure
KillSignal=SIGKILL

[Install]
WantedBy=multi-user.target