summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--antiquitysort.service2
-rw-r--r--init.conf3
2 files changed, 1 insertions, 4 deletions
diff --git a/antiquitysort.service b/antiquitysort.service
index b03cd36..94e3ccd 100644
--- a/antiquitysort.service
+++ b/antiquitysort.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
Type=simple
Restart=on-failure
-ExecStart=/srv/antiquitysort/antiquitysort-exe
+ExecStart=/srv/antiquitysort/dist/antiquitysort-exe
WorkingDirectory=/srv/antiquitysort/
[Install]
diff --git a/init.conf b/init.conf
deleted file mode 100644
index 6e1f351..0000000
--- a/init.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-server {
- server_name antiquitysort.cyfraeviolae.org;
-}