Skip to content

Commit

Permalink
docker: archlinux: Autostart foot.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Dec 21, 2024
1 parent 414f120 commit c08a32f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dotfiles/docker/archlinux/rootfs/bin/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ systemctl mask getty@tty6.service
systemctl mask autovt@tty2.service
systemctl enable getty@tty10.service

mkdir -p /home/oleg/.config/systemd/user/default.target.wants
ln -s /home/oleg/.config/systemd/user/foot.service /home/oleg/.config/systemd/user/default.target.wants/foot.service

rm -vf /usr/lib/systemd/system/systemd-networkd*
rm -vf /usr/lib/systemd/system/systemd-firstboot.service
rm -vf /usr/lib/systemd/system/systemd-resolved.service
Expand Down

0 comments on commit c08a32f

Please sign in to comment.