Differences

This shows you the differences between two versions of the page.

Link to this comparison view

python_service [2022/01/03 23:32]
warmachine created
python_service [2022/02/05 18:06] (current)
warmachine
Line 26: Line 26:
 make it work, make it so your service starts after reboot, and finally start your service: make it work, make it so your service starts after reboot, and finally start your service:
  
-<code> sudo systemctl daemon-reload+<code> 
 +sudo systemctl daemon-reload
 sudo systemctl enable test.service sudo systemctl enable test.service
 sudo systemctl start test.service</code> sudo systemctl start test.service</code>
  
Last modified: le 2022/01/03 23:32