/lib/systemd/system/groonga-httpd.service is in groonga-httpd 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 15 16 17 | [Unit]
Description=Groonga HTTP Server
Wants=network-online.target
After=network-online.target
Conflicts=groonga.service
[Service]
Type=forking
User=root
Group=root
ExecStartPre=-/bin/mkdir -p /var/log/groonga/httpd
ExecStartPre=-/bin/mkdir -p /var/run/groonga
ExecStart=/usr/sbin/groonga-httpd
ExecStop=/usr/sbin/groonga-httpd -s stop
[Install]
WantedBy=multi-user.target
|