Added comment to explicit the usage of a custom config file

This commit is contained in:
2025-10-25 14:04:12 +02:00
parent aeff2b1759
commit a908bf0e8a

View File

@@ -9,6 +9,8 @@ RestartSec=1
# Change with proper user to run the service # Change with proper user to run the service
User=web User=web
# Change with the installation location of the executable # Change with the installation location of the executable
# It is possible to use a custom config file location
# by adding '--config /path/to/config.toml' to the command bellow
ExecStart=/usr/share/bin/aindustries-be ExecStart=/usr/share/bin/aindustries-be
[Install] [Install]