From 9f29bcf0c5c247a6a63bed870543fdfb44b92a8e Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 17 Mar 2024 14:33:26 -0600 Subject: [PATCH] move from serve to server --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 2df65bb..1141906 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -8,7 +8,7 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ -ExecStart=__INSTALL_DIR__/shiori serve --port __PORT__ --webroot __PATH__ +ExecStart=__INSTALL_DIR__/shiori server --port __PORT__ --webroot __PATH__ Restart=always Environment="SHIORI_DIR=__DATA_DIR__"