diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-09-26 02:36:55 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-09-26 02:36:55 +0200 |
commit | edf770e69bd379ba29ce07b614549bfb6ffa3045 (patch) | |
tree | c2437d8304c733641657bdf7b77d194bc17582a3 /root/usr/bin/rungogs | |
download | gogs-edf770e69bd379ba29ce07b614549bfb6ffa3045.tar.gz gogs-edf770e69bd379ba29ce07b614549bfb6ffa3045.tar.bz2 gogs-edf770e69bd379ba29ce07b614549bfb6ffa3045.tar.xz gogs-edf770e69bd379ba29ce07b614549bfb6ffa3045.zip |
Adapted for OpenShift (cron, syslog, and ssh services are not running)
Diffstat (limited to 'root/usr/bin/rungogs')
-rwxr-xr-x | root/usr/bin/rungogs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/root/usr/bin/rungogs b/root/usr/bin/rungogs new file mode 100755 index 0000000..0167152 --- /dev/null +++ b/root/usr/bin/rungogs @@ -0,0 +1,3 @@ +#! /bin/sh + +/app/gogs/gogs web |