mirror of
https://github.com/cmur2/openvpn-status-web.git
synced 2026-04-03 12:18:34 +02:00
- based on recommendations of https://piotrmurach.com/articles/writing-a-ruby-gem-specification/
6 lines
81 B
Ruby
Executable File
6 lines
81 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
require 'openvpn-status-web'
|
|
|
|
OpenVPNStatusWeb::Daemon.run!
|