File: meson.build

package info (click to toggle)
wtmpdb 0.75.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 692 kB
  • sloc: ansic: 4,222; xml: 715; sh: 81; makefile: 16
file content (8 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
install_data('wtmpdb-update-boot.service', install_dir : systemunitdir)
install_data('wtmpdb-rotate.service', install_dir : systemunitdir)
install_data('wtmpdb-rotate.timer', install_dir : systemunitdir)

if have_systemd257
install_data('wtmpdbd.service', install_dir : systemunitdir)
install_data('wtmpdbd.socket', install_dir : systemunitdir)
endif