Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
710:install [2024/03/15 10:59] – [Start without Root Privileges on Linux] Mrozek, Marek710:install [2024/03/15 11:02] – [Start without Root Privileges on Linux] Mrozek, Marek
Line 245: Line 245:
 **How to configure the user that Stages service should run as?** **How to configure the user that Stages service should run as?**
    
-  - 1. Edit stages.service file:+1. Edit stages.service file:
   * vi /etc/systemd/system/stages.service    * vi /etc/systemd/system/stages.service 
   * add the line User=<username> within the [Service] section (IMPORTANT: DO NOT ADD QUOTES AROUND THE USERNAME)   * add the line User=<username> within the [Service] section (IMPORTANT: DO NOT ADD QUOTES AROUND THE USERNAME)
  
-  - 2. Reload system manager configuration with systemctl command:+2. Reload system manager configuration with systemctl command:
   * Unordered List Itemsystemctl daemon-reload   * Unordered List Itemsystemctl daemon-reload
  
-  - 3. Additionally change the user ownership for all files below stages installation folder with following command: +3. Additionally change the user ownership for all files below stages installation folder with following command: 
   * chown -R <username> /opt/stages   * chown -R <username> /opt/stages