/lib/systemd/system/sreview-dispatch.service is in sreview-master 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 | [Unit]
Description=SReview dispatch service
Requires=postgresql.service
Requires=gridengine-master.service
[Service]
User=sreview
Group=sreview
ExecStart=/usr/bin/sreview-dispatch
[Install]
WantedBy=multi-user.target
|