modified config and created enrolment service and device control service

This commit is contained in:
tdv
2025-10-09 15:11:54 +03:00
parent 490fc11f6a
commit 5af104acf5
10 changed files with 706 additions and 26 deletions

11
key-load.service Normal file
View File

@@ -0,0 +1,11 @@
[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