Anton Malyshev

Results 3 comments of Anton Malyshev

1. Thank you! 2. The sample config: ``` ruby Eye.application "sample/applicationname" do stop_on_delete true group 'groupname' do process :process1 do self.daemonize true self.pid_file "/tmp/process1.pid" self.start_command "process1" trigger :flapping, :times =>...

Yes, you can change `category: 'Basic'` or whatever inside the block to any value, new category is added when the first block with such category name is added

Adding `-DANDROID_PLATFORM="26"` (i.e. [setting minSdkVersion to 26](https://developer.android.com/ndk/guides/cmake#android_platform)) makes the build incompatible with any Android versions below 8.0 (API level 26), doesn't it? In the docs the minimal supported version is...