mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 13:45:02 -05:00
cleanup session ticket key units
This commit is contained in:
parent
05d903ae3f
commit
2ddd98d485
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user