3fa1b54a91
In postmarketOs we rely on polkit rules to manage networks by example. This add the dependency and configure the service.
7 lines
180 B
Bash
7 lines
180 B
Bash
#!/bin/sh
|
|
|
|
rc-update add sxmo-setpermissions default
|
|
rc-update add modemmanager default
|
|
rc-update add xdm default
|
|
rc-update add networkmanager default
|
|
rc-update add polkit default
|