Skip to content

Commit

Permalink
Merge branch 'jb52757' into 'master'
Browse files Browse the repository at this point in the history
mce: Use sensord.sock from /run

See merge request mer-core/mce!146
  • Loading branch information
spiiroin committed Jan 21, 2021
2 parents f118f97 + 94035be commit 47847be
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 47847be

Please sign in to comment.