Skip to content

Instantly share code, notes, and snippets.

View amd989's full-sized avatar

Alejandro Mora amd989

View GitHub Profile
@amd989
amd989 / github_act_runner
Last active March 29, 2026 11:31
Sets up a GitHub Actions self-hosted runner on FreeBSD using github-act-runner
#!/bin/sh
# PROVIDE: github_act_runner
# REQUIRE: NETWORKING DAEMON
# KEYWORD: shutdown
. /etc/rc.subr
name="github_act_runner"
rcvar="${name}_enable"