ColabFold / data /MsaServer /systemd-example-mmseqs-server.service
introvoyz041's picture
Migrated from GitHub
007eda2 verified
Raw
History Blame Contribute Delete
355 Bytes
[Unit]
Description=MMseqs2 Server
After=network.target
[Service]
User=user
Group=user
WorkingDirectory=/path-to-mmseqs-server-home
Environment="MMSEQS_NUM_THREADS=1"
ExecStart=/path-to-mmseqs-server-home/msa-server -local -config /path-to-mmseqs-server-home/config.json
Type=simple
Restart=on-failure
RestartSec=10s
[Install]
WantedBy=multi-user.target