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