소스 검색

build: documet how to disable unit file instalation

master
Matthias Janke 5 년 전
부모
커밋
d8bc04b134
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      meson_options.txt

+ 1
- 1
meson_options.txt 파일 보기

@@ -1,2 +1,2 @@
1 1
 option('udev-dir', type: 'string', value: '', description: 'Absolute path of the udev base directory. Set to \'no\' not to install the udev rule')
2
-option('systemd-unit-dir', type: 'string', value: '', description: 'systemd service directory')
2
+option('systemd-unit-dir', type: 'string', value: '', description: 'Absolute path of the systemd service directory. Set to \'no\' not to install the radangeld service file.')

Loading…
취소
저장