7ecf23e391
Separate the log-conf and service-config file locations. Avoid providing a bind on the commandline, make it come from the config file instead.
13 lines
215 B
Desktop File
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
|