17 lines
385 B
Desktop File
17 lines
385 B
Desktop File
[Unit]
|
|
Description=FlowerCore Signage Pi: first-boot identity + mTLS enrollment
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
Before=flowercore-signage-player-pi.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/flowercore-signage-bootstrap.sh
|
|
RemainAfterExit=yes
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
TimeoutStartSec=2100
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|