cleanup session ticket key units

This commit is contained in:
Daniel Micay 2024-10-14 06:07:56 -04:00
parent 05d903ae3f
commit 2ddd98d485
2 changed files with 2 additions and 6 deletions

View File

@ -3,10 +3,8 @@ Description=Create nginx TLS session ticket keys
Before=nginx.service
[Service]
Type=oneshot
User=root
Group=root
ExecStart=/usr/local/bin/nginx-create-session-ticket-keys
Type=oneshot
UMask=0077
[Install]

View File

@ -3,8 +3,6 @@ Description=Rotate nginx TLS session ticket keys
After=nginx.service nginx-create-session-ticket-keys.service
[Service]
Type=oneshot
User=root
Group=root
ExecStart=/usr/local/bin/nginx-rotate-session-ticket-keys
Type=oneshot
UMask=0077