Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 310 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 310 Bytes

Systemd Generator

With this simple program, you can quickly and easily create startup scripts/applications.

Note, in some Linux distributions you have to specify the absolute path to each of the elements. Example: Use /usr/bin/python3 /home/user_name/test.py instead of python /home/user_name/test.py