summarylogtreecommitdiffstats
path: root/systemd.service
diff options
context:
space:
mode:
authorMatt Cuneo2024-05-07 18:12:35 +1000
committerMatt Cuneo2024-05-07 18:12:35 +1000
commit62f8760090a9631a0cd906676f71c89b327e5964 (patch)
treeeb7c49963398c5fbeb39c9b182a3f65565eb4c08 /systemd.service
parentc1594bbf4bf21a4ab8bf925205993c4a29bd5ae8 (diff)
downloadaur-photon-lemmy.tar.gz
fix systemd service
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