Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support arkCpuAffinity and arkPriorityBoost options for systemd #1226

Open
Caelin opened this issue May 14, 2022 · 0 comments
Open

Support arkCpuAffinity and arkPriorityBoost options for systemd #1226

Caelin opened this issue May 14, 2022 · 0 comments

Comments

@Caelin
Copy link

Caelin commented May 14, 2022

Current systemd service doesn't support arkCpuAffinity or arkPriorityBoost options from the arkmanager configuration files. This is a feature request to add a command to arkmanager to generate the necessary systemd service files to support these two options.

For systemd the options map as follows:

arkCpuAffinity -> CPUAffinity
arkPriorityBoost -> Nice

Example systemctl service configuration (/etc/systemd/system/[email protected]):

[Unit]
Description=Daemon to start an ark server instance

[Service]
User=steam
ExecStart=/usr/local/bin/arkmanager start --no-background @%i
Type=simple
CPUAffinity=1,2
Nice=-10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant