diff --git a/ct/headers/komodo b/ct/headers/komodo new file mode 100644 index 0000000..06d2e93 --- /dev/null +++ b/ct/headers/komodo @@ -0,0 +1,6 @@ + __ __ __ + / //_/___ ____ ___ ____ ____/ /___ + / ,< / __ \/ __ `__ \/ __ \/ __ / __ \ + / /| / /_/ / / / / / / /_/ / /_/ / /_/ / +/_/ |_\____/_/ /_/ /_/\____/\__,_/\____/ + diff --git a/install/streamlink-webui-install.sh b/install/streamlink-webui-install.sh index b019294..cbc848d 100644 --- a/install/streamlink-webui-install.sh +++ b/install/streamlink-webui-install.sh @@ -45,8 +45,8 @@ After=network.target [Service] EnvironmentFile=/opt/${APPLICATION}.env -WorkingDirectory=/opt/${APPLICATION}/backend/src -ExecStart=fastapi run main.py +WorkingDirectory=/opt/${APPLICATION} +ExecStart=start.sh Restart=always [Install]