drinkingbird
Part of the Furniture
I've got a script running at services-start to do some vlan configs.
If I make changes to certain things, it often gets overwritten requiring a reload or manual run of the script.
I'm looking at running the same script against service-event-end for a few different services to see if that reapplies the configs automatically whenever that event happens
But I'm not clear on how to pass the two required arguments to the script - normally if running it by hand you simply specify them after the command, but if these are supposed to be automated, are the arguments put in the script?
I'm probably not understanding this particular script, maybe it has to be called from another script or something....
Thx
If I make changes to certain things, it often gets overwritten requiring a reload or manual run of the script.
I'm looking at running the same script against service-event-end for a few different services to see if that reapplies the configs automatically whenever that event happens
But I'm not clear on how to pass the two required arguments to the script - normally if running it by hand you simply specify them after the command, but if these are supposed to be automated, are the arguments put in the script?
I'm probably not understanding this particular script, maybe it has to be called from another script or something....
Thx