overte/pkg-scripts/athena-assignment-client.service
Heather Anderson 1e2f1cf339 Additional tweaks and fixes to rpm packaging scripts
Renamed folder from /rpm to /pkg-scripts, in preparation for adding non-rpm packaging scripts
new-server scripts adjusted for new symlink name ("High Fidelity" renamed to "Project Athena")
2020-01-29 07:14:29 +00:00

18 lines
422 B
Desktop File

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