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