Skip to content

Instantly share code, notes, and snippets.

@bketelsen
Created July 15, 2024 13:07
Show Gist options
  • Save bketelsen/1c6432f73e02316cd8ebe499b0039e39 to your computer and use it in GitHub Desktop.
Save bketelsen/1c6432f73e02316cd8ebe499b0039e39 to your computer and use it in GitHub Desktop.
Incus 6.3 dropins to fix move of /usr/lib/incus/*
[Service]
ExecStart=
ExecStart=/usr/libexec/incus/incusd activateifneeded
[Service]
ExecStart=
ExecStart=/usr/libexec/incus/incusd --group incus-admin
ExecStartPost=
ExecStartPost=/usr/libexec/incus/incusd waitready --timeout=600
@bketelsen
Copy link
Author

couldn't put full paths in file names, these are overrides,

/etc/systemd/system/incus-startup.service.d/override.conf
/etc/systemd/system/incus.service.d/override.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment