0ec472d7b2
xorg_facts sets the variable xorg with display information parsed from xrandr's output
9 lines
173 B
Django/Jinja
9 lines
173 B
Django/Jinja
[Unit]
|
|
Description=X with verbose logging on %I
|
|
Wants=graphical.target
|
|
Before=graphical.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/x-daemon -logverbose 6 -noreset %I
|