You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
231 B
INI

[Unit]
Description=LQL API Server
After=network.target
[Service]
EnvironmentFile=/etc/lql-api/%i
Type=simple
User=%i
Group=%i
ExecStart=/usr/bin/lql-api localserver %i --listen "$LISTEN" $ARGS
[Install]
WantedBy=multi-user.target