From e4f451a4afa66641868bea9e17046b9a5e90de01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 16 Jul 2022 19:07:48 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index b356d0c..05fe051 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -8,8 +8,7 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__FINALPATH__/ -ExecStart=__FINALPATH__/shiori migrate -ExecStart=__FINALPATH__/shiori serve --port __PORT__ --webroot __PATH__ +ExecStart=__FINALPATH__/shiori migrate __FINALPATH__/shiori serve --port __PORT__ --webroot __PATH__ Restart=always Environment="SHIORI_DIR=__DATADIR__"