Update pm2

This commit is contained in:
Jordan Ostreff 2022-10-21 18:11:16 +03:00 committed by GitHub
parent 151753477a
commit b6c0333783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
pm2
View file

@ -18,10 +18,8 @@
# add to /etc/rc.conf # add to /etc/rc.conf
# #
# pm2_enable="YES" # pm2_enable="YES"
# pm2_user="freebsd" # pm2_user="ghost"
# pm2_home="/home/freebsd" #
# PROVIDE: pm2 # PROVIDE: pm2
# REQUIRE: NETWORK mongod mysql-server # REQUIRE: NETWORK mongod mysql-server
# KEYWORD: shutdown # KEYWORD: shutdown
@ -44,8 +42,7 @@ stop_cmd="pm2_stop"
restart_cmd="pm2_reload" restart_cmd="pm2_reload"
describe_cmd="pm2_ls" describe_cmd="pm2_ls"
: ${pm2_user="freebsd"} : ${pm2_user="ghost"}
: ${pm2_home="/home/freebsd"}
: ${pm2_enable="NO"} : ${pm2_enable="NO"}
pm2_start() pm2_start()