Skip to content

Instalace

  1. Stažení spustitelného programu oohost do adresáře /usr/sbin.

  2. Vytvoření služby oohost v souboru /etc/systemd/system/oohost.service.

ini
[Unit]
Description=oohost.cz server daemon
Documentation=https://wiki.oohost.cz
After=network.target

[Service]
Type=simple
User=root
WorkingDirectory=/var/lib/oohost
ExecStart=/usr/sbin/oohost -d
Restart=on-failure

[Install]
WantedBy=multi-user.target
  1. Aktivace a spuštění služby oohost.
sh
systemctl enable oohost --now

Konfigurace

Konfigurační soubor daemona NextServer se nachází na cestě /etc/oohost/config.toml.