commit e196772f303b1fea6651b5d3416cf4ecdf29e4dd
Author: Elan Ruusamäe <g...@delfi.ee>
Date:   Sun Oct 16 13:45:15 2016 +0300

    logrotate: /sbin is not in path
    
    probably logrotate should be fixed instead

 gitlab.logrotate | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gitlab.logrotate b/gitlab.logrotate
index 2ea5edb..c64a8ff 100644
--- a/gitlab.logrotate
+++ b/gitlab.logrotate
@@ -13,7 +13,7 @@
        olddir /var/log/archive/gitlab
 
        postrotate
-               service gitlab-unicorn try-restart > /dev/null
-               service gitlab-sidekiq try-restart > /dev/null
+               /sbin/service gitlab-unicorn try-restart > /dev/null
+               /sbin/service gitlab-sidekiq try-restart > /dev/null
        endscript
 }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ce.git/commitdiff/e196772f303b1fea6651b5d3416cf4ecdf29e4dd

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to