@BryanLiang
output is:
# /usr/lib/tmpfiles.d/caddy.conf
d /var/lib/caddy 0750 caddy caddy
I guess that is what should work with.
And I also just tried it on another fresh Arch, there it created the folder properly and it seems to work out of the box ... not sure what the issue was on my first attempt. Was just confused since I didn't see the creation of /var/lib/caddy in the PKGBUILD. Sorry for the noise here ...
Pinned Comments
BryanLiang commented on 2024-08-30 12:30 (UTC) (edited on 2024-10-14 15:38 (UTC) by BryanLiang)
@bugscze I added a detection for environment variable
PLUGIN_LIST_PATH
just now. You can try setting variable likeexport PLUGIN_LIST_PATH=/path/to/plugin-list
before building.BryanLiang commented on 2024-05-16 12:20 (UTC) (edited on 2024-05-16 15:45 (UTC) by BryanLiang)
Before building this package, please put all the plugins that you need into
plugin-list
, one plugin per line.