I have a service that grabs things from the internet and puts in in postgres, how do i define that in ihp?
in other deployments it gets run as a systemd unit. Is the best way to run it as an IHP Job?
oh scripts, thank you. that seems to be what i want
I usually use scripts for this: an IHP Script is an independently compiled executable, so you can put any code you'd like in there and run it using systemd like you would any other executable.