search for: serviceb

Displaying 2 results from an estimated 2 matches for "serviceb".

Did you mean: service
2020 Nov 06
1
systemd / services / current process list
Hi, following requirement is needed here (forced by application migration from C6->C8): I have two services running under supervision by systemd. ServiceA: runs as user AppUser ServiceB: runs as user AppUser ServiceB can see "all" processes from AppUser (ps aux) running by systemd (in fact it sees no other processes). So ServiceB can see the processes of ServiceA. I have also a cron job that runs every 5 minutes as user AppUser. Now the problem is, that ServiceB via p...
2007 Aug 21
4
communication between classes / hosts
Hi there, me again! I´m looking for a solution for the following: I have two (a bunch really..) of services that work together and have to exchange some configinformation between each other. I can get this to work in only one of three cases: 1. Works # class serviceB { file {"serviceBconfig": content => $serviceA::serviceAvar } } # # class serviceA { $serviceAvar = "bull" } # 2. Does not work, error: "Failed to parse template serviceBconfig.erb: Could not find value for 'serviceA' at [....]" class se...