mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
10 lines
220 B
Desktop File
10 lines
220 B
Desktop File
[Unit]
|
|
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
|