Use 'after' instead of 'wantedBy'

This commit is contained in:
coolneng 2019-12-26 04:19:38 +01:00
parent 8cc829e063
commit 65afa32e57
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
systemd.services.nginx.wantedBy = [ "gitea.service" ];
systemd.services.nginx.after = [ "gitea.service" ];
}