11 lines
245 B
Desktop File
11 lines
245 B
Desktop File
[Unit]
|
|
Description=Generate Pi-Kit TLS certs if missing
|
|
Before=nginx.service dietpi-dashboard-frontend.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/pikit-certgen.sh
|
|
|
|
[Install]
|
|
WantedBy=nginx.service dietpi-dashboard-frontend.service
|