ergo/files/ergo.service
changeset 249 3542951a98cb
parent 248 c3d1236b6c09
equal deleted inserted replaced
248:c3d1236b6c09 249:3542951a98cb
     1 [Unit]
       
     2 Description=ergo
       
     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=ergo
       
    13 WorkingDirectory=/var/ergo
       
    14 ExecStart=/usr/local/bin/ergo run --conf /etc/ergo/config.yaml
       
    15 ExecReload=/bin/kill -HUP $MAINPID
       
    16 Restart=on-failure
       
    17 LimitNOFILE=1048576
       
    18 
       
    19 [Install]
       
    20 WantedBy=multi-user.target