chore: add optfix
Some checks are pending
build-ublue-custom / Build and push image (push) Waiting to run
Some checks are pending
build-ublue-custom / Build and push image (push) Waiting to run
This commit is contained in:
parent
c4eea47af9
commit
5e0648947d
3 changed files with 48 additions and 0 deletions
11
files/usr/lib/systemd/system/azure-optfix.service
Normal file
11
files/usr/lib/systemd/system/azure-optfix.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue