Browse Source

Change systemd service file to more correctly match Debian & Centos - Fix #4391 (#5777)

tags/v1.9.0-dev
techknowlogick 5 years ago
parent
commit
dbb4aeead9
No account linked to committer's email address
1 changed files with 5 additions and 4 deletions
  1. 5
    4
      contrib/systemd/gitea.service

+ 5
- 4
contrib/systemd/gitea.service View File

@@ -2,10 +2,11 @@
Description=Gitea (Git with a cup of tea)
After=syslog.target
After=network.target
#After=mysqld.service
#After=postgresql.service
#After=memcached.service
#After=redis.service
#Requires=mysql.service
#Requires=mariadb.service
#Requires=postgresql.service
#Requires=memcached.service
#Requires=redis.service

[Service]
# Modify these two values and uncomment them if you have

Loading…
Cancel
Save