I have been running fossil as my scm server this year and I’ll not be going back to git for anything other than disposable repos. It’s currently set up using inetd. I would like to move it to a stand-alone service. It’s just a single executable that needs to be run:
It’s been a while since I set up a custom service in FreeBSD. What’s a lightweight approach to getting it to run at startup?
I’m trying out Truenas core so it’ll prolly wind up running in a jail.
Code:
fossil server
It’s been a while since I set up a custom service in FreeBSD. What’s a lightweight approach to getting it to run at startup?
I’m trying out Truenas core so it’ll prolly wind up running in a jail.