summarylogtreecommitdiffstats
path: root/systemd.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd.service')
-rw-r--r--systemd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd.service b/systemd.service
index 71c8e5b55975..96ce985ddd03 100644
--- a/systemd.service
+++ b/systemd.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
User=photon-lemmy
WorkingDirectory=/usr/share/photon-lemmy
-ExecStart=/usr/bin/bun build
+ExecStart=/usr/bin/bun build/index.js
EnvironmentFile=/etc/photon-lemmy/config.env
Restart=on-failure