Browse Source

scripts: update gogs.service (#4223)

According to https://goo.gl/ea8k9K, it hurts nothing to use
nonexistent services but gains convenient for default settings.
Unknwon 8 years ago
parent
commit
7e883f891a
1 changed files with 1 additions and 5 deletions
  1. 1 5
      scripts/systemd/gogs.service

+ 1 - 5
scripts/systemd/gogs.service

@@ -2,11 +2,7 @@
 Description=Gogs
 Description=Gogs
 After=syslog.target
 After=syslog.target
 After=network.target
 After=network.target
-#After=mysqld.service
-#After=mariadb.service
-#After=postgresql.service
-#After=memcached.service
-#After=redis.service
+After=mariadb.service mysqld.service postgresql.service memcached.service redis.service
 
 
 [Service]
 [Service]
 # Modify these two values and uncomment them if you have
 # Modify these two values and uncomment them if you have