15 lines
413 B
Desktop File
15 lines
413 B
Desktop File
[Unit]
|
|
Description=Install the offline RK1 media appliance payload
|
|
After=local-fs.target systemd-udev-settle.service rk1-media-identity.service
|
|
Before=apt-daily.service apt-daily-upgrade.service kodi-rk.service
|
|
ConditionPathExists=!/var/lib/rk1-media/provisioned
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/sbin/rk1-media-provision
|
|
RemainAfterExit=yes
|
|
TimeoutStartSec=20min
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|