summaryrefslogtreecommitdiff
path: root/src/core/procedures/partial-configure-network
blob: a2542b6d0ccbc510cf27a04342c89411604c75be (plain)
1
2
3
4
5
6
7
#!/bin/bash
depend_procedure core interactive

start_process ()
{
	execute worker runtime_network
}