Re: [aur-general] Create user

2020-05-22 Thread Damjan Georgievski via aur-general
> An application I'm thinking about packaging for AUR requires its own user > to run. Is it ok to be/How would I go about creating a "user" that will be > created on the installer's system when they install the package? See if you can make it work with DynamicUser=yes. Most of the applications

Re: [aur-general] Kernel version requirement

2019-05-07 Thread Damjan Georgievski via aur-general
On Tue, 7 May 2019 at 21:26, Julien Nicoulaud via aur-general < aur-general@archlinux.org> wrote: > Hi, > > In the oomd package , I put a > linux>=4.20 dependency requirement since it requires the new resource > pressure metrics

[aur-general] package with nginx config file

2018-07-15 Thread Damjan Georgievski via aur-general
I'm making a package for a webapp that will include an nginx config file. What's the convention for these config files, where's the best place to put them? Ideally, I'd like to see a » include /etc/nginx/sites/*.conf;« at the bottom of the main /etc/nginx/nginx.conf so at least files dropped