Files
thehub/support/rest-service.service
tomFlowee 7ecf23e391 Follow indexer changes for all services
Separate the log-conf and service-config file locations.
Avoid providing a bind on the commandline, make it come from the
config file instead.
2026-05-22 00:12:45 +02:00

13 lines
215 B
Desktop File

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