diff --git a/github-fast-env/systemd/github-fast-envd.service b/github-fast-env/systemd/github-fast-envd.service new file mode 100644 index 0000000..9e94bf2 --- /dev/null +++ b/github-fast-env/systemd/github-fast-envd.service @@ -0,0 +1,11 @@ +[Unit] +Description=Fast GitHub Ruby environment daemon +After=github-enterprise.target +Wants=github-enterprise.target + +[Service] +Type=simple +ExecStart=/data/github/current/bin/safe-ruby /usr/bin/github-fast-envd + +[Install] +WantedBy=github-enterprise.target