/lib/systemd/system/grr-server@.service is in grr-server 3.1.0.2+dfsg-4.
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 | [Unit]
Description=GRR %I
PartOf=grr-server.service
ReloadPropagatedFrom=grr-server.service
After=network.target
Documentation=https://github.com/google/grr
[Service]
Type=simple
PrivateTmp=true
Restart=on-failure
ExecStart=/usr/bin/grr_server --component %i --disallow_missing_config_definitions -p StatsStore.process_id=%i_%m
LimitNOFILE=8388608
[Install]
WantedBy=multi-user.target
|