sxmo: fix multi-user.service -> multi-user.target typo

This commit is contained in:
Colin 2023-09-17 08:44:31 +00:00
parent f4c0e06b62
commit cd61a530cb

View File

@ -311,12 +311,13 @@ in
# 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.service" ];
wantedBy = [ "multi-user.target" ];
};
# if superd fails to start a service within 100ms, it'll try to start again