add buffyboard systemd service
- Oct 26, 2024
-
-
Colin authored
this is an optional feature. systemd distributions wishing to deploy buffyboard may add `WantedBy=getty.target` to the Install section.
-
this is the service i use on NixOS to access buffyboard during normal system operation (i.e. after the initrd mounts root and hands control to systemd).
it's heavily sandboxed -- because being able to read/write system-wide inputs is a fairly privileged, risky thing -- but it's working fine across my PinePhone Pro, touchscreen laptop, and KB/mouse-only desktop, so i'm fairly confident in the service config. nevertheless, systemd makes it easy for distros to add additional resources to the service file if i've missed something (and then hopefully share those upstream here).
this is an optional feature. systemd distributions wishing to deploy buffyboard may add `WantedBy=getty.target` to the Install section.