Date: Sunday, October 3, 2021 @ 13:52:40
  Author: hashworks
Revision: 1027186

upgpkg: filebin 3.6.1-3: Start cron services after postgresql and mariadb

Modified:
  filebin/trunk/PKGBUILD
  filebin/trunk/filebin-file-cron.service
  filebin/trunk/filebin-user-cron.service

---------------------------+
 PKGBUILD                  |    6 +++---
 filebin-file-cron.service |    2 ++
 filebin-user-cron.service |    2 ++
 3 files changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-10-03 13:15:57 UTC (rev 1027185)
+++ PKGBUILD    2021-10-03 13:52:40 UTC (rev 1027186)
@@ -2,7 +2,7 @@
 # Contributor: Simon Hanna<simon DOT Hanna AT serve-me DOT info>
 pkgname=filebin
 pkgver=3.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A pastebin service written in PHP"
 arch=('any')
 url="https://git.server-speed.net/users/flo/filebin/";
@@ -41,9 +41,9 @@
             'SKIP'
             '6ed404a3fbc28c6ab35bf1eba67ddcf46cfd48893237155e38d297a13020180c'
             '034442098d1608807bec2a03028a7c8bb9ae9d286c378e2f668b4aca3cc9d4e1'
-            '78dd850467d89ac3d1b57fa72fe9ce8d736ce29a89abe624d9c4d2e168e59d19'
+            'b1686d550c3bf2c096309e828b47db7a33fd91ac8dcfb358b317b7ab5f3a2f64'
             '116b1e5031c22ad251c486b18ff203813f7227197ef853927ddc2de00e85cbe1'
-            '36c82c506a058edc50b882200332c6a540aa68a5749919eb62dc6c633c47deb3'
+            '6f74c90fbf55e421eabcf8b184170725ac03cb1c5803abb22933fcaf33f13e32'
             'd73e4b984ab95954bd18e08237c6aa8bec32ccc5699531727362e2c75ba9c25e')
 
 validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E') # Florian Pritz 
<bluew...@archlinux.org>

Modified: filebin-file-cron.service
===================================================================
--- filebin-file-cron.service   2021-10-03 13:15:57 UTC (rev 1027185)
+++ filebin-file-cron.service   2021-10-03 13:52:40 UTC (rev 1027186)
@@ -1,5 +1,7 @@
 [Unit]
 Description=Filebin file cronjob
+After=postgresql.service
+After=mariadb.service
 
 [Service]
 User=http

Modified: filebin-user-cron.service
===================================================================
--- filebin-user-cron.service   2021-10-03 13:15:57 UTC (rev 1027185)
+++ filebin-user-cron.service   2021-10-03 13:52:40 UTC (rev 1027186)
@@ -1,5 +1,7 @@
 [Unit]
 Description=Filebin user cronjob
+After=postgresql.service
+After=mariadb.service
 
 [Service]
 User=http

Reply via email to