sxmo: remove sxmo-set-permissions job. upstream refactored it to not exist and they use doas now instead
This commit is contained in:
@@ -22,7 +22,6 @@
|
|||||||
# the device type informs (at least):
|
# the device type informs (at least):
|
||||||
# - SXMO_WIFI_MODULE
|
# - SXMO_WIFI_MODULE
|
||||||
# - SXMO_RTW_SCAN_INTERVAL
|
# - SXMO_RTW_SCAN_INTERVAL
|
||||||
# - SXMO_SYS_FILES
|
|
||||||
# - SXMO_TOUCHSCREEN_ID
|
# - SXMO_TOUCHSCREEN_ID
|
||||||
# - SXMO_MONITOR
|
# - SXMO_MONITOR
|
||||||
# - SXMO_ALSA_CONTROL_NAME
|
# - SXMO_ALSA_CONTROL_NAME
|
||||||
|
@@ -528,16 +528,6 @@ in
|
|||||||
# - and more
|
# - and more
|
||||||
# environment.pathsToLink = [ "/share/sxmo" ];
|
# 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
|
# 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
|
# the fallout of this is that during intense lag (e.g. OOM or swapping) it can
|
||||||
# start the service many times.
|
# start the service many times.
|
||||||
|
Reference in New Issue
Block a user