Skip to content

Conversation

@Martin-Rehr
Copy link
Contributor

To support migrid-sync PR #393:
ucphhpc/migrid-sync#393

@jonasbardino jonasbardino added the enhancement New feature or request label Nov 27, 2025
PROCNAME="$svc"
PROCUSER="root"
elif [ "$svc" = "quota" ]; then
PROCNAME="grid_quota"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a bit uncertain or surprised that this process name would need to be spelled out explicitly. Isn't it just $svc as in 'quota'? If not I'd suppose it would have e.g. a .py extension.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since it's run as 'root' I choose to prefix it with 'grid' to avoid name clashes with other potential 'root' 'quota' processes.

'.py' could be added but is not required.

Copy link
Contributor

@jonasbardino jonasbardino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me, but please take a look at my single comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants