Correction unité systemd

This commit is contained in:
Ludovic Poujol 2018-11-13 11:34:45 +01:00
parent e0d8e8ae5d
commit ec23b20078

View file

@ -120,13 +120,14 @@ NAMES = Français,English
### systemd ### systemd
~~~ ~~~
# cat /etc/systemd/system/gitea@.service # cat /etc/systemd/system/gitea.service
[Unit] [Unit]
Description=Gitea (Git with a cup of tea) Description=Gitea (Git with a cup of tea)
After=syslog.target After=syslog.target
After=network.target After=network.target
After=mysqld.service After=mysqld.service
After=redis-server.service
[Service] [Service]
User=git User=git