summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors7hoang2022-01-16 01:12:47 -0500
committers7hoang2022-01-20 04:14:37 -0500
commitaeb8a7da2e3510a322a1b233bee1f44a1ab52c30 (patch)
tree8f05ad35615c462dc51eaf1b4545f919a23e299d
parent66bc0f7ecaf1e678bc23005f777df08d29d337ae (diff)
downloadaur-aeb8a7da2e3510a322a1b233bee1f44a1ab52c30.tar.gz
Remove Manual Enabling And Starting Of Nginx Service
Since we're using the _Upholds_ property, it should be autostarted as a dependency by anki-sync-server.service.
-rw-r--r--anki-sync-server.install4
1 files changed, 0 insertions, 4 deletions
diff --git a/anki-sync-server.install b/anki-sync-server.install
index e22e8318491d..b6c13482b559 100644
--- a/anki-sync-server.install
+++ b/anki-sync-server.install
@@ -10,10 +10,6 @@ post_install() {
append_nginx_config
- #start nginx
- systemctl enable nginx
- systemctl start nginx
-
# link systemd service file
ln -s /opt/anki-sync-server/plugins/systemd/anki-sync-server.service /usr/lib/systemd/system/
systemctl enable anki-sync-server