mirror of
https://github.com/clearlinux/swupd-overdue.git
synced 2026-09-01 02:34:46 +00:00
12 lines
186 B
Desktop File
12 lines
186 B
Desktop File
[Unit]
|
|
Description=Trigger OS Update if an update is overdue
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=no
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/swupd-overdue
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|