mirror of https://github.com/midoks/mdserver-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
366 B
13 lines
366 B
9 months ago
|
[Unit]
|
||
|
Description=Gorse, an open source recommender system service written in Go.
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Restart=always
|
||
|
ExecStart={$SERVER_PATH}/gorse/bin/gorse-in-one -c {$SERVER_PATH}/gorse/gorse.toml \
|
||
|
--log-path {$SERVER_PATH}/gorse/gorse.log \
|
||
|
--cache-path {$SERVER_PATH}/gorse/data/cache.data
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|