Possible to grant permissions on startup?Solved

Is it possible to add the below permission to a file like server.conf or "command line parameter" where it will apply when server comes up? 

o.grant group default blueprintmanager.conf

The use case is I am creating an automated server template and would prefer no manual work through RCON or other prompt.

Hmm... Why wouldn't u test it?
My startup file (Linux server) is server.cfg, I'm not sure if it's the same on Windows but it should already exist if you look for it. Anything you put in there will be applied on server startup, I have several commands in mine.
I am not sure how I can fit "o.grant group default blueprintmanager.conf" into the current server.cfg which seems to be a key/pair value file.  Which is the key and what part will be value?
Any command you can enter into the Rcon you can put in your server.cfg (I think) - have you tried it?
Yes, as mentioned above, any console command can be ran during server startup or via server.cfg; the server.cfg file just runs commands, that's all.
Locked automatically