Initial commit

This commit is contained in:
2025-09-27 16:46:32 +03:00
commit 466cc99dcb
6 changed files with 158 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
name: nginx
description: Nginx web server
type: background
start_cmd: /usr/sbin/nginx -g 'daemon off;'
exit_method: kill
restart: true