Simple Linux Panel
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.
 
 
 
 
 
 
mdserver-web/plugins/gorse/init.d/gorse.service.tpl

13 lines
366 B

[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