14 lines
340 B
Desktop File
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
|