Update conf/systemd.service

This commit is contained in:
denis 2024-11-07 04:31:44 -05:00
parent d779ffa406
commit 59fa154472

View file

@ -1,5 +1,5 @@
[Unit] [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 After=network.target
[Service] [Service]
@ -7,7 +7,7 @@ Type=simple
User=__APP__ User=__APP__
Group=__APP__ Group=__APP__
WorkingDirectory=__INSTALL_DIR__/ WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/script ExecStart=bash __INSTALL_DIR__/run.sh
StandardOutput=append:/var/log/__APP__/__APP__.log StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit StandardError=inherit