/usr/share/hwloc/hwloc-dump-hwdata.service is in libhwloc-common 1.11.5-1.
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 20 21 | #
# Copyright © 2015-2016 Intel, Inc. All rights reserved.
# Copyright © 2016 Inria. All rights reserved.
# See COPYING in top-level directory.
#
# /var/run/hwloc was specified at configure time.
# It may be changed by passing configure options such as --runstatedir,
# --localstatedir or --prefix.
# It may also be manually changed before installing this file in systemd directories.
#
[Unit]
Description=Dump hardware topology and locality information to /var/run/hwloc
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/sbin/hwloc-dump-hwdata -o /var/run/hwloc
[Install]
WantedBy=multi-user.target
|