summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/data/etc/systemd/system/gather-hw-info.service
blob: 4d7822525ce9fe62839558c8d9bc2a6f0209bf93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Gather hardware information about this machine
Wants=tmp.target
After=tmp.target
# Because we might mount something to /tmp/virt there, which we use for ID44 calculation
After=run-virt-env.service

[Service]
Type=oneshot
ExecStart=/opt/openslx/scripts/systemd-gather_hw_info
RemainAfterExit=yes