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

14 lines
340 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
[Service]
Type=oneshot
ExecStart=/usr/bin/um-rgpio-config
EnvironmentFile=/etc/user-module/network.conf
[Install]
WantedBy=user-module.target