improved sha256 checksum system and config cmd
This commit is contained in:
20
test/nginx/nginx.service
Normal file
20
test/nginx/nginx.service
Normal file
@@ -0,0 +1,20 @@
|
||||
[Unit]
|
||||
Description=nginx web server
|
||||
After=network-online.target remote-fs.target nss-lookup.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
PrivateDevices=yes
|
||||
PrivateTmp=true
|
||||
SyslogLevel=err
|
||||
|
||||
ExecStart=/usr/bin/nginx
|
||||
ExecReload=/usr/bin/nginx -s reload
|
||||
Restart=on-failure
|
||||
KillMode=mixed
|
||||
KillSignal=SIGQUIT
|
||||
TimeoutStopSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user