17 lines
284 B
Desktop File
17 lines
284 B
Desktop File
[Unit]
|
|
Description=Nginx
|
|
Documentation=https://nginx.org
|
|
After=network-online.target firewalld.service
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
Group=root
|
|
User=root
|
|
ExecStart=/opt/nginx/1.26.0/sbin/nginx
|
|
Restart=always
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|