14 lines
295 B
Desktop File
14 lines
295 B
Desktop File
[Unit]
|
|
Description=Run tasks on the first boot after an OS update
|
|
After=local-fs.target
|
|
Before=sddm.service
|
|
ConditionPathExists=/var/lib/steamos-atomupd/system-updated
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=no
|
|
ExecStart=/home/deck/deck_boot/post_upgrade.sh
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|
|
|