metasploitable3/chef/cookbooks/metasploitable/files/readme_app/readme_app.conf

6 lines
112 B
Plaintext
Raw Normal View History

2017-04-20 21:44:26 +02:00
description 'Run ReadMe App'
author 'metasploitable3'
start on runlevel [2345]
exec "/opt/readme_app/start.sh"