mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-01 11:06:03 -04:00
reorganize configurations into etc directory
This commit is contained in:
parent
b5fd158374
commit
1f4d7316b8
106 changed files with 18 additions and 18 deletions
11
etc/systemd/system/nginx-create-session-ticket-keys.service
Normal file
11
etc/systemd/system/nginx-create-session-ticket-keys.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Create nginx TLS session ticket keys
|
||||
Before=nginx.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/nginx-create-session-ticket-keys
|
||||
Type=oneshot
|
||||
UMask=0077
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue