mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-21 18:03:38 +03:00
0d5f9280a8
* Update install_gems (async.io, etc, rb-inotify) - make install_gems script more verbose - slightly refactor/simplify update_locks script - add async.io, etc and rb-inotify gems - update gem locks for: AlmaLinux8/9, CentOS8 - update gem locks for: Debian10/11, Ubuntu1804/2004/2204 * onegate-proxy: - ruby code and default config (169.254.16.9 to avoid conflicts) - install.sh script - logrotate and systemd onegate-proxy configs - onecfg configs
16 lines
301 B
Desktop File
16 lines
301 B
Desktop File
[Unit]
|
|
Description=OpenNebula Gate Proxy Service
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Group=root
|
|
User=root
|
|
ExecStart=/usr/bin/ruby /usr/lib/one/onegate-proxy/onegate-proxy.rb
|
|
Restart=always
|
|
RestartSec=5
|
|
SyslogIdentifier=opennebula-gate-proxy
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|