12 lines
256 B
SYSTEMD
12 lines
256 B
SYSTEMD
|
[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
|