dendrite/server/templates/[email protected]
changeset 215 dd52907adff9
parent 211 9e2b2cc6ccf1
equal deleted inserted replaced
214:3069b7d001f7 215:dd52907adff9
     6 WorkingDirectory={{dendrite_dir}}/%i/
     6 WorkingDirectory={{dendrite_dir}}/%i/
     7 ExecStart=/usr/local/bin/dendrite -config "{{dendrite_dir}}/%i/dendrite.yaml" -http-bind-address ":%i"
     7 ExecStart=/usr/local/bin/dendrite -config "{{dendrite_dir}}/%i/dendrite.yaml" -http-bind-address ":%i"
     8 Restart=always
     8 Restart=always
     9 User={{dendrite_user}}
     9 User={{dendrite_user}}
    10 LimitNOFILE=65535
    10 LimitNOFILE=65535
       
    11 Environment="GOMEMLIMIT=2750MiB"
    11 
    12 
    12 [Install]
    13 [Install]
    13 WantedBy=multi-user.target
    14 WantedBy=multi-user.target