searx.service.j2 - ansible-roles - A collection of ansible roles I have created over the years.
 (HTM) git clone git://jay.scot/ansible-roles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       searx.service.j2 (282B)
       ---
            1 [Unit]
            2 Description=Searx Meta Search Engine
            3 
            4 [Service]
            5 Type=simple
            6 User={{ searx_user }}
            7 Group={{ searx_user }}
            8 Restart=on-failure
            9 WorkingDirectory={{ searx_install_path }}
           10 ExecStart={{ searx_install_path }}/searx-ve/bin/python searx/webapp.py
           11 
           12 [Install]
           13 WantedBy=multi-user.target