Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mce: Use sensord.sock from /run
[mce] Use sensord.sock from /run. JB#52757

Changed to be in sync with sensorfw.
  • Loading branch information
mlehtima committed Jan 21, 2021
1 parent f118f97 commit 94035be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mce-sensorfw.c
Expand Up @@ -326,7 +326,7 @@ sensor_id_available(sensor_id_t id)
// ----------------------------------------------------------------

/** Connect path to sensord data unix domain socket */
#define SENSORFW_DATA_SOCKET "/var/run/sensord.sock"
#define SENSORFW_DATA_SOCKET "/run/sensord.sock"

// ----------------------------------------------------------------

Expand Down

0 comments on commit 94035be

Please sign in to comment.