sxmo: remove sxmo-set-permissions job. upstream refactored it to not exist and they use doas now instead

This commit is contained in:
2023-12-14 19:17:38 +00:00
parent 3449bfc2a9
commit 50ce8da68c
2 changed files with 0 additions and 11 deletions

View File

@@ -22,7 +22,6 @@
# the device type informs (at least):
# - SXMO_WIFI_MODULE
# - SXMO_RTW_SCAN_INTERVAL
# - SXMO_SYS_FILES
# - SXMO_TOUCHSCREEN_ID
# - SXMO_MONITOR
# - SXMO_ALSA_CONTROL_NAME

View File

@@ -528,16 +528,6 @@ in
# - and more
# environment.pathsToLink = [ "/share/sxmo" ];
systemd.services."sxmo-set-permissions" = {
# TODO: some of these could be modified to be udev rules
description = "configure specific /sys and /dev nodes to be writable by sxmo scripts";
serviceConfig = {
Type = "oneshot";
ExecStart = "${package}/bin/sxmo_setpermissions.sh";
};
wantedBy = [ "multi-user.target" ];
};
# if superd fails to start a service within 100ms, it'll try to start again
# the fallout of this is that during intense lag (e.g. OOM or swapping) it can
# start the service many times.