Browse Source

scripts: update gogs.service (#4223)

Add 'After=mariadb.service’.

[CI SKIP]
pull/4240/head
Unknwon 8 years ago
parent
commit
b39454ca16
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 1
      scripts/systemd/gogs.service

1
scripts/systemd/gogs.service

@ -3,6 +3,7 @@ Description=Gogs
After=syslog.target
After=network.target
#After=mysqld.service
#After=mariadb.service
#After=postgresql.service
#After=memcached.service
#After=redis.service

Loading…
Cancel
Save