Attempting to use system bootc-status-updated to flag the user side.
This commit is contained in:
10
files/systemd/system/flag-update-downloaded.service
Normal file
10
files/systemd/system/flag-update-downloaded.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Create a file to flag that an update has been downloaded
|
||||
After=bootc-status-updated.target
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
ExecStart=/usr/bin/touch /tmp/hydro-os-updated
|
||||
|
||||
[Install]
|
||||
WantedBy=bootc-status-updated.target
|
Reference in New Issue
Block a user