init commit

This commit is contained in:
2025-11-07 09:40:06 -08:00
commit c0ad223ac5
10 changed files with 521 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description={{ service_name }}
After=network.target
[Service]
User=root
Group=root
WorkingDirectory={{ service_working_folder }}
ExecStart={{ service_exe }}
Restart=always
[Install]
WantedBy=multi-user.target