デーモン書いていましたがこちらのほうがスマートな印象。 再起動も自動でしてくれるようです。
install
nodeとnpmがインストールされているのを前提に。
npm -g install forever ungit
echo "forever `which ungit` > /dev/null &" >> ~/.bash_profile
反映
source ~/.bash_profile
デーモン書いていましたがこちらのほうがスマートな印象。 再起動も自動でしてくれるようです。
nodeとnpmがインストールされているのを前提に。
npm -g install forever ungit
echo "forever `which ungit` > /dev/null &" >> ~/.bash_profile
source ~/.bash_profile
(c) Copyright 2023 Kotaro Yoshimatsu