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.
pull/4240/head
Unknwon 8 years ago
parent
commit
7e883f891a
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 6
      scripts/systemd/gogs.service

6
scripts/systemd/gogs.service

@ -2,11 +2,7 @@
Description=Gogs
After=syslog.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]
# Modify these two values and uncomment them if you have

Loading…
Cancel
Save