Skip to content

Commit

Permalink
Merge pull request #11413 from cole-h/fixup-daemon-service
Browse files Browse the repository at this point in the history
fixup: use the real bindir for systemd unit's bindir
  • Loading branch information
edolstra authored Sep 6, 2024
2 parents 644a034 + 9e79061 commit f15aef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/systemd/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ foreach config : [ 'nix-daemon.socket', 'nix-daemon.service' ]
configuration : {
'storedir' : store_dir,
'localstatedir' : localstatedir,
'bindir' : get_option('datadir'),
'bindir' : bindir,
},
)
endforeach
Expand Down

0 comments on commit f15aef2

Please sign in to comment.