/lib/systemd/system/groonga-httpd.service is in groonga-httpd 6.1.5-1.
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 15 16 17 | [Unit]
Description=Groonga full text search HTTP server
Documentation=http://groonga.org/docs/server/package.html#groonga-httpd
Wants=network-online.target
After=network-online.target
[Service]
Type=forking
User=root
Group=root
EnvironmentFile=-/etc/default/groonga-httpd
ExecStartPre=-/bin/mkdir -p /var/log/groonga/httpd
ExecStart=/usr/sbin/groonga-httpd
ExecStop=/usr/sbin/groonga-httpd -s stop
[Install]
WantedBy=multi-user.target
|