Configure nginx service as dependent on gitea

This commit is contained in:
coolneng 2019-12-25 16:37:11 +01:00
parent e8850eff51
commit caf4a49ec2
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@
}; };
# Restart nginx after startup # Restart nginx after startup
systemd.services.gitea.postStart = "systemctl restart nginx"; systemd.services.nginx.partOf = [ "gitea.service" ];
} }