meta-netmodule-distro/recipes-user-module/um-service-cfg/files/um-rgpio-config.service

15 lines
390 B
Desktop File

[Unit]
Description=Check whether user module is present and configure user space services
Requires=um-service-config.service user-module.target
After=um-service-config.service user-module.target
ConditionPathExists=/etc/user-module/network.conf
[Service]
Type=oneshot
ExecStart=/usr/bin/um-rgpio-config
EnvironmentFile=/etc/user-module/network.conf
[Install]
WantedBy=user-module.target