/lib/systemd/system/sreview-web.service is in sreview-web 0.3.0-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 | [Unit]
Description=SReview web service
[Service]
ExecStart=/usr/bin/hypnotoad -f /usr/bin/sreview-web
ExecStop=/usr/bin/hypnotoad -s /usr/bin/sreview-web
RuntimeDirectory=sreview
User=sreview
Group=sreview
PIDFile=/var/run/sreview/sreview-web.pid
[Install]
WantedBy=multi-user.target
|