Skip to content

Commit

Permalink
Change systemd service file to more correctly match Debian & Centos - F…
Browse files Browse the repository at this point in the history
…ix #4391 (#5777)
  • Loading branch information
techknowlogick authored Jan 20, 2019
1 parent b0fbefc commit dbb4aee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions contrib/systemd/gitea.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbb4aee

Please sign in to comment.