azure/files/usr/lib/systemd/system/azure-optfix.service
Bastien Riviere 5e0648947d
Some checks are pending
build-ublue-custom / Build and push image (push) Waiting to run
chore: add optfix
2025-03-16 20:38:50 +01:00

11 lines
225 B
Desktop File

[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