shimboot/rootfs/etc/systemd/system/kill-frecon.service

10 lines
172 B
SYSTEMD
Raw Permalink Normal View History

2023-10-27 16:45:03 -04:00
[Unit]
Description=kill frecon to allow xorg to start
[Service]
Type=oneshot
ExecStart=/usr/bin/pkill frecon-lite
RemainAfterExit=true
[Install]
WantedBy=graphical.target