How to let the python script run with system boot up?

Hello!
I create a python script. Now I want to let it run automatically with linux system boot up. How to do it?

Thank you very much!

Hi
You can create a systemd service in /etc/systemd/system to start your script, see http://forums.suse.com/showthread.php?t=12746