/lib/systemd/system/glacier2router.service is in zeroc-glacier2 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=Glacier2 router daemon
Documentation=man:glacier2router(1)
Documentation=https://doc.zeroc.com/display/Ice/Getting+Started+with+Glacier2
After=network.target
[Service]
ExecStart=/usr/bin/glacier2router --Ice.Config=/etc/glacier2router.conf
KillMode=process
User=ice
[Install]
WantedBy=multi-user.target
|