HOME 개발팁 node 윈도우 10 서비스 등록 & 삭제

프로그램 작업하다 좋은 팁, 정보, 테스트를 기록하는 곳입니다.


node | node 윈도우 10 서비스 등록 & 삭제

페이지 정보

작성자 굿스웹 작성일20-01-06 16:53 조회1,218회 댓글0건

첨부파일

본문

윈도우 10 서비스 등록하기

/*
npm install node-windows 모듈설치

node Service_install.js : 서비스 등록
node Service_uninstall.js : 서비스 삭제
*/

[Service_install.js]
var Service = require('node-windows').Service;

var svc = new Service({
  name:'auto_node',
  description: 'auto node file js  ',
  script: __dirname+'/autotime_push.js',  //node 실행파일 지정

  nodeOptions: [
    '--harmony',
    '--max_old_space_size=4096'
  ]
});


svc.on('install',function(){
  svc.start();
});

svc.install();


[Service_uninstall.js]
var Service = require('node-windows').Service;

// Create a new service object
var svc = new Service({
  name:'auto_node',
  description: 'The nodejs.org example web server.',
  script: __dirname+'/ServerIndex.js',                       
});

svc.on('uninstall',function(){
  console.log('Uninstall complete.');
  console.log('The service exists: ',svc.exists);
 });
svc.uninstall();

[주소복사] https://www.goodsweb.kr/?u=D4134T0x
SNS 알리기
핀터레스트
텔레그램로
블로그로
카카오스토리
카톡 공유

관련 블로그
로딩중


4명  IP : 18.118.♡.193
001 18.♡.211.193 오류안내 페이지
(/bbs/download.php?bo_table=tip&wr_id=249&no=1&sca=android)
002 85.♡.96.195 블로그 글쓰기 API 이용해 게시글 보내기 - 패키지몰
(/bbs/board.php?bo_table=pmall&wr_id=15)
003 141.♡.61.111 오류안내 페이지
(/bbs/login_check.php)
004 5.♡.65.10 생활정보
(/bbs/board.php?bo_table=info)

접속자
  • 오늘 : 231
  • 어제 : 296
  • 최대 : 874
  • 전체 : 407,880

검색로봇(Robots) 최근 방문시간
  • NAVER : 7시간 전
  • GOOGLE : 20시간 전
  • BING : 3일 전
  • DAUM : 4일 전

ETH : 0x8abf3B748ab78828AE07685e4fd53d1a606f18D3



페이스북 네이버 블로그 굿스웹 쇼핑몰 네이버 카페 굿스웹 트위터 굿스웹 티스토리 Google Play