mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
13 lines
218 B
Desktop File
13 lines
218 B
Desktop File
[Unit]
|
|
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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|