mirror of https://github.com/fairyglade/ly.git
fix systemd stderr logging
This commit is contained in:
parent
7506d6a7d5
commit
1406d0c2a9
|
@ -7,6 +7,7 @@ Conflicts=getty@tty2.service
|
||||||
[Service]
|
[Service]
|
||||||
Type=idle
|
Type=idle
|
||||||
ExecStart=/usr/bin/ly
|
ExecStart=/usr/bin/ly
|
||||||
|
StandardError=journal
|
||||||
StandardInput=tty
|
StandardInput=tty
|
||||||
TTYPath=/dev/tty2
|
TTYPath=/dev/tty2
|
||||||
TTYReset=yes
|
TTYReset=yes
|
||||||
|
|
Loading…
Reference in New Issue