Add systemd service

This commit is contained in:
2020-05-26 03:37:02 +02:00
parent 6b57ce9e84
commit 4c833c591c

View File

@@ -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