Files
thehub/support/rest-service.service
T
2020-09-20 21:12:00 +02:00

13 lines
235 B
Desktop File

[Unit]
Description=Flowee REST service
After=network.target
[Service]
User=flowee
Group=flowee
ExecStart=/usr/bin/rest-service --bind=0.0.0.0:3200 --conf=/etc/flowee/rest-service.conf
Type=simple
[Install]
WantedBy=multi-user.target