11 lines
213 B
Desktop File
11 lines
213 B
Desktop File
[Unit]
|
|
Description=Load IoT TLS key into kernel keyring
|
|
After=network-pre.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/load-iot-key.sh
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |