oragono/templates/oragono.service.j2
changeset 137 645c1e109921
parent 136 1751be33651f
child 138 591b6609fc64
equal deleted inserted replaced
136:1751be33651f 137:645c1e109921
     1 [Unit]
       
     2 Description=oragono
       
     3 After=network.target
       
     4 # If you are using MySQL for history storage, comment out the above line
       
     5 # and uncomment these two instead (you must independently install and configure
       
     6 # MySQL for your system):
       
     7 # Wants=mysql.service
       
     8 # After=network.target mysql.service
       
     9 
       
    10 [Service]
       
    11 Type=simple
       
    12 User=oragono
       
    13 WorkingDirectory=/var/oragono
       
    14 ExecStart=/usr/local/bin/oragono run --conf /etc/oragono/oragono.yaml
       
    15 ExecReload=/bin/kill -HUP $MAINPID
       
    16 Restart=on-failure
       
    17 LimitNOFILE=1048576
       
    18 
       
    19 [Install]
       
    20 WantedBy=multi-user.target