10 lines
172 B
SYSTEMD
10 lines
172 B
SYSTEMD
|
[Unit]
|
||
|
Description=kill frecon to allow xorg to start
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/pkill frecon-lite
|
||
|
RemainAfterExit=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical.target
|