chore: add optfix
Some checks are pending
build-ublue-custom / Build and push image (push) Waiting to run

This commit is contained in:
Bastien Riviere 2025-03-16 20:38:50 +01:00
parent c4eea47af9
commit 5e0648947d
3 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[Unit]
Description=Create symbolic links for directories in /usr/lib/opt/ to /var/opt/
After=multi-user.target
[Service]
Type=oneshot
ExecStart=/usr/libexec/azure-optfix
RemainAfterExit=no
[Install]
WantedBy=default.target