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 TerrariaServiceTableSeeder extends Seeder
|
|||
'name' => 'Terraria',
|
||||
'description' => 'Terraria is a land of adventure! A land of mystery! A land that\'s yours to shape, defend, and enjoy. Your options in Terraria are limitless. Are you an action gamer with an itchy trigger finger? A master builder? A collector? An explorer? There\'s something for everyone.',
|
||||
'startup' => 'mono TerrariaServer.exe -port {{SERVER_PORT}} -autocreate 2 -worldname World',
|
||||
'index_file' => Service::defaultIndexFile(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
@ -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(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue