|
[Unit]
|
|
Description=Check whether user module is present and configure user space services
|
|
After=user-module.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/um-service-config
|
|
PIDFile=/run/um-service-config.pid
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=user-module.target
|