9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
|
[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
|