IHP 1.1 is out now!

How do i run more services?

Carl Hedgren PRO

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?

Zac Wood BUSINESS

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.

Carl Hedgren PRO

oh scripts, thank you. that seems to be what i want