mirror of
https://github.com/gogs/gogs.git
synced 2026-01-22 23:32:22 +01:00
systemd: add mysql.service to "After" (#7300)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Description=Gogs
|
||||
After=syslog.target
|
||||
After=network.target
|
||||
After=mariadb.service mysqld.service postgresql.service memcached.service redis.service
|
||||
After=mariadb.service mysql.service mysqld.service postgresql.service memcached.service redis.service
|
||||
|
||||
[Service]
|
||||
# Modify these two values and uncomment them if you have
|
||||
|
||||
Reference in New Issue
Block a user