diff options
author | Avelino <thiago@avelino.xxx> | 2016-12-02 03:18:58 -0200 |
---|---|---|
committer | Avelino <thiago@avelino.xxx> | 2016-12-02 03:18:58 -0200 |
commit | b78d3f5865609bab96ab68a020123ad55db315a5 (patch) | |
tree | d0afb2a95860ab3655aa478e2bcd7a019ad0821b /scripts/systemd | |
parent | 5ab85372da74bd95f7143fd59c2c600d4c9894d0 (diff) | |
download | gitea-b78d3f5865609bab96ab68a020123ad55db315a5.tar.gz gitea-b78d3f5865609bab96ab68a020123ad55db315a5.zip |
Fixed project name on scripts
Diffstat (limited to 'scripts/systemd')
-rw-r--r-- | scripts/systemd/gitea.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/systemd/gitea.service b/scripts/systemd/gitea.service index 48ef7322f3..758f1590f1 100644 --- a/scripts/systemd/gitea.service +++ b/scripts/systemd/gitea.service @@ -1,5 +1,5 @@ [Unit] -Description=Gogs (Go Git Service) +Description=Gitea (Git with a cup of tea) After=syslog.target After=network.target #After=mysqld.service |