mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-23 05:59:22 -05:00
12 lines
208 B
Desktop File
12 lines
208 B
Desktop File
[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
|