/lib/systemd/system/groonga-server-gqtp.service is in groonga-server-gqtp 6.0.1-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [Unit]
Description=Groonga GQTP Server
Wants=network-online.target
After=network-online.target
[Service]
Type=forking
EnvironmentFile=-/etc/default/groonga-server-gqtp
User=groonga
Group=groonga
ExecStart=/usr/bin/groonga --protocol gqtp -d --pid-path /var/run/groonga/groonga-gqtp.pid --bind-address $ADDRESS --log-path $LOG_PATH --query-log-path $QUERY_LOG_PATH --port $PORT $DATABASE
[Install]
WantedBy=multi-user.target
|