From a908bf0e8a55629a6de4a84f341442969cfcd4c1 Mon Sep 17 00:00:00 2001 From: AINDUSTRIES Date: Sat, 25 Oct 2025 14:04:12 +0200 Subject: [PATCH] Added comment to explicit the usage of a custom config file --- aindustries-be.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aindustries-be.service b/aindustries-be.service index b702412..283ffd1 100644 --- a/aindustries-be.service +++ b/aindustries-be.service @@ -9,6 +9,8 @@ RestartSec=1 # Change with proper user to run the service User=web # 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 [Install]