Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu 20.04 부팅시 요나 자동실행 #39

Open
doortts opened this issue Mar 2, 2021 · 0 comments
Open

ubuntu 20.04 부팅시 요나 자동실행 #39

doortts opened this issue Mar 2, 2021 · 0 comments

Comments

@doortts
Copy link

doortts commented Mar 2, 2021

@joonshin79 (Yoonsik Shin) 님이 작성한 게시글입니다.
---

$ cd /etc/init.d
$ vi yona
$ chmod +x yona

아래 작성후 시작스크립트로 등록

#!/bin/sh

cd /var/www/html/bin
# nohub ./yona &
./yona &

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant