/lib/systemd/system/icegridregistry.service is in zeroc-icegrid 3.7.0-5.
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 18 | #
# Copyright (c) 2007-2017 ZeroC, Inc. All rights reserved.
#
[Unit]
Description=IceGrid registry daemon
Documentation=man:icegridregistry(1)
Documentation=https://doc.zeroc.com/display/Ice/icegridregistry
Before=icegridnode.service
After=network.target
[Service]
ExecStart=/usr/bin/icegridregistry --Ice.Config=/etc/icegridregistry.conf
KillMode=process
User=ice
[Install]
WantedBy=multi-user.target
|