# Xen - ustawienie autostartu DomU

DevFeed: [Xen - ustawienie autostartu DomU](<https://devfeed.tech/articles/xen-ustawienie-autostartu-domu-27521.md>)

Original publisher: [Read original article](<https://gagor.pro/2012/02/xen-ustawienie-autostartu-domu/>)

Author: Tom

Published: 2012-02-27T00:00:00Z

Content type: tutorial

Language: pl

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Xen](<https://devfeed.tech/topics/xen.md>)

Tags: [xen](<https://devfeed.tech/tags/xen.md>)

## AI overview

This short tutorial explains how to configure selected Xen DomU systems to start automatically after the hypervisor restarts by creating /etc/xen/auto and linking their configuration files there.

## Source excerpt

Aby wybrane systemy DomU startowały automatycznie po restarcie hypervisora należy podlinkować ich pliki konfiguracyjne w katalogu /etc/xen/auto po uprzednim jego utworzeniu. Przykładowo: mkdir /etc/xen/auto ln -s /etc/xen/example.cfg /etc/xen/auto/example.cfg Od teraz DomU example będzie startować automatycznie.