mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-03 04:01:34 +00:00
10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
[Unit]
|
|
Description=Check for new OS version
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=@prefix@/bin/swupd check-update
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|