3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-09 22:02:07 +02:00
overte-lubosz/pkg-scripts/overte-assignment-client.service

18 lines
404 B
Desktop File

[Unit]
Description=Assignment client service for the Overte server
After=network.target
PartOf=overte-server.target
[Service]
Restart=always
WorkingDirectory=/opt/overte
Environment="LD_LIBRARY_PATH=/opt/overte/lib"
User=overte
Group=overte
#LimitCORE=infinity
#ExecStart=/opt/overte/assignment-client -n 6
ExecStart=/opt/overte/assignment-client --min 6 --max 20
[Install]
WantedBy=multi-user.target