iodine
iodine copied to clipboard
making frekky iodine a service?
Hi, a bit of a noob but I think I built it correctly.
Can this be run as a service?
sudo systemctl enable iodined.service
sudo systemctl restart iodined.service
no file in /etc/init.d/ or /etc/default/ Not sure if I'm doing something wrong or maybe it's not in this fork. Can someone more experienced confirm or show me the way to set it up properly? Thanks!!
I've not tested this, but there are some files doc/iodine-server.* that would need to be installed for that to work, and currently that is not done with make install so you would need to put it in the right place manually (on my system that is /lib/systemd/system/). I'm not so experienced with systemd either so this might not work, in which case Google is your friend.
Good luck!