소스 검색

Run systemctl after chkconfig on installation.


git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-NIX/trunk@107 233e721a-07f6-49eb-a7da-05e0e16828fc
master
adeniz 11 년 전
부모
커밋
1cb8cf72e8
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5
    0
      SNF_CS_Developer_Package/snf-server.spec.in

+ 5
- 0
SNF_CS_Developer_Package/snf-server.spec.in 파일 보기

@@ -93,6 +93,11 @@ make DESTDIR=%{buildroot} install
/sbin/chkconfig --add snf-server
/sbin/chkconfig snf-server on

# Reload the daemons if the systemctl command exists.
if command -v /usr/bin/systemctl > /dev/null 2>&1; then
/usr/bin/systemctl --system daemon-reload
fi

# Start the service.
/sbin/service snf-server start


Loading…
취소
저장