Fix missing service file, closes #390
This commit is contained in:
parent
de436d3c83
commit
91ce97a326
3 changed files with 4 additions and 1 deletions
|
@ -63,6 +63,7 @@ class VoiceServiceTableSeeder extends Seeder
|
|||
'name' => 'Voice Servers',
|
||||
'description' => 'Voice servers such as Mumble and Teamspeak 3.',
|
||||
'startup' => '',
|
||||
'index_file' => Service::defaultIndexFile(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue