Skip to content

Commit

Permalink
Fixed invalid IIOD_EXTRA_OPTS assignment
Browse files Browse the repository at this point in the history
Removing extraneous $ in the assignment of IIOD_EXTRA_OPTS in the
service file that was part of a436ad6

Fixes #1142.

Signed-off-by: Dennis Jusufovic <[email protected]>
  • Loading branch information
dennis-ju committed Oct 28, 2024
1 parent a0eca0d commit d350f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iiod/init/iiod.service.cmakein
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ After=network.target systemd-udev-settle.service
@CMAKE_SERVICE_PATH@

[Service]
Environment=$IIOD_EXTRA_OPTS=''
Environment=IIOD_EXTRA_OPTS=''
EnvironmentFile=-/etc/default/iiod
ExecStart=@CMAKE_INSTALL_FULL_SBINDIR@/iiod $IIOD_EXTRA_OPTS
KillMode=process
Expand Down

0 comments on commit d350f61

Please sign in to comment.