mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
13 lines
218 B
SYSTEMD
13 lines
218 B
SYSTEMD
|
[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
|