/lib/systemd/system/glacier2router.service is in zeroc-glacier2 3.6.3-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 19 | #
# Copyright (c) 2007-2016 ZeroC, Inc. All rights reserved.
#
[Unit]
Description=The Glacier2 router daemon.\
Glacier2 is the firewall traversal service for the Internet\
Communications Engine (Ice).
Documentation=man:glacier2router(1)
Documentation=https://doc.zeroc.com/display/Ice/Getting+Started+with+Glacier2
After=network.target icegridregistry.service icegridnode.service
[Service]
ExecStart=/usr/bin/glacier2router --Ice.Config=/etc/glacier2router.conf
KillMode=process
User=ice
[Install]
WantedBy=multi-user.target
|