Skip to content

Instantly share code, notes, and snippets.

View B-Interactive's full-sized avatar

David Armstrong B-Interactive

View GitHub Profile
@B-Interactive
B-Interactive / pm2
Created November 3, 2022 07:10 — forked from PieterScheffers/pm2
node.js pm2 startup script for FreeBSD
#!/bin/sh
# PM2 Startup script
# Source: https://0x0a14.de/pm2-startup-script-for-freebsd/
# Made by: Johannes Tonn
#
# Download this file
# cd /usr/local/etc/rc.d && fetch https://gist.github.com/457769f2090c6b69cd9d
#
# Make the file executable with: