Add systemd service

This commit is contained in:
Patrick Lühne 2020-05-26 03:37:02 +02:00
parent 6b57ce9e84
commit 4c833c591c
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 11 additions and 0 deletions

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