mirror of
https://github.com/clearlinux/swupd-probe.git
synced 2026-09-06 22:01:33 +00:00
12 lines
219 B
SYSTEMD
12 lines
219 B
SYSTEMD
[Unit]
|
|
Description=swupd telemetry probe
|
|
ConditionPathExists=!/etc/telemetrics/opt-out
|
|
Requires=telemd.socket
|
|
After=telemd.socket
|
|
|
|
[Path]
|
|
DirectoryNotEmpty=/var/lib/swupd/telemetry
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|