Files

13 lines
215 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
2026-05-22 00:12:45 +02:00
ExecStart=/usr/bin/rest-service --conf=/etc/flowee/rest-service.conf
2020-09-20 20:43:59 +02:00
Type=simple
[Install]
WantedBy=multi-user.target