Skip to content

Commit

Permalink
Extra explanation to SD_UNITDIR usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Paiusco committed May 2, 2024
1 parent e3a1dac commit f13aeec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Daemon/systemd/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
find_package(PkgConfig)

# Try to get the systemd directory for system/user units from the package
# and fall back on upstream default without the '/usr' prefix
# and fall back on upstream default without the '/usr' prefix if not forced by
# command line.
pkg_check_modules(SYSTEMD systemd)
if (SYSTEMD_FOUND)
if(SYSTEMD_USER_SERVICE)
Expand Down

0 comments on commit f13aeec

Please sign in to comment.