summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/data/etc/systemd/system/hardware-stats.service
blob: 87a43f463e230074a6aa1673c6f9abeadb76d95e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Gather hardware information about this machine
After=tmp.target
Wants=tmp.target system-check.service
Before=system-check.service

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