From 59fa154472ac74f98df954f950e2fa638ccb7cd1 Mon Sep 17 00:00:00 2001 From: denis Date: Thu, 7 Nov 2024 04:31:44 -0500 Subject: [PATCH] Update conf/systemd.service --- conf/systemd.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index 97d2900..758f22e 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Small description of the service +Description=A modern and self-hosted take on file uploading services that can handle anything you throw at it thanks to it's robust and fast API, chunked uploads support and more. After=network.target [Service] @@ -7,7 +7,7 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ -ExecStart=__INSTALL_DIR__/script +ExecStart=bash __INSTALL_DIR__/run.sh StandardOutput=append:/var/log/__APP__/__APP__.log StandardError=inherit