Created
July 15, 2024 13:07
-
-
Save bketelsen/1c6432f73e02316cd8ebe499b0039e39 to your computer and use it in GitHub Desktop.
Incus 6.3 dropins to fix move of /usr/lib/incus/*
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Service] | |
ExecStart= | |
ExecStart=/usr/libexec/incus/incusd activateifneeded |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Service] | |
ExecStart= | |
ExecStart=/usr/libexec/incus/incusd --group incus-admin | |
ExecStartPost= | |
ExecStartPost=/usr/libexec/incus/incusd waitready --timeout=600 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
couldn't put full paths in file names, these are overrides,