trivios: add udev rules for /dev/gpiochip*

This commit is contained in:
Alejandro Soto 2023-09-13 00:52:06 -06:00
parent 5b7ec4c2e8
commit 73790367ff
No known key found for this signature in database
GPG key ID: 570448E3382BDEC5

View file

@ -32,5 +32,9 @@
socket = "${config.services.uwsgi.runDir}/uwsgi.sock";
};
};
udev.extraRules = = ''
KERNEL=="gpiochip*", GROUP="uwsgi", MODE="660"
'';
};
}