Skip to content
Snippets Groups Projects

:package: add systemd support

Merged Sylvain Fargier requested to merge wip-systemd into master
3 files
+ 18
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 5
0
# Do not use GNUInstallDirs there (would use lib64 instead of lib)
install(FILES daqmanager.service
DESTINATION "lib/systemd/system"
COMPONENT Runtime)
Loading