Files
thehub/support/rest-service.service
T

13 lines
235 B
Desktop File
Raw Permalink Normal View History

2020-09-20 20:43:59 +02:00
[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