Add systemd service
This commit is contained in:
parent
6b57ce9e84
commit
4c833c591c
11
github-fast-env/systemd/github-fast-envd.service
Normal file
11
github-fast-env/systemd/github-fast-envd.service
Normal 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
|
Loading…
Reference in New Issue
Block a user