This commit is contained in:
2026-08-28 10:22:42 +02:00
parent b3b2135439
commit 81af0c1947
+4 -4
View File
@@ -40,18 +40,18 @@ apt-install:
.PHONY: setup-weston .PHONY: setup-weston
setup-weston: setup-weston:
ln -s $(PWD)/system/weston.ini $(HOME)/.config/weston.ini ln -fs $(PWD)/system/weston.ini $(HOME)/.config/weston.ini
.PHONY: setup-system-services .PHONY: setup-system-services
setup-system-services: setup-system-services:
sudo ln -s $(PWD)/system/getty@tty1.service /etc/systemd/system/getty@tty1.service sudo ln -fs $(PWD)/system/getty@tty1.service /etc/systemd/system/getty@tty1.service
sudo systemctl daemon-reload sudo systemctl daemon-reload
sudo systemctl enable getty@tty1.service seatd.service sudo systemctl enable getty@tty1.service seatd.service
.PHONY: setup-user-services .PHONY: setup-user-services
setup-user-services: setup-user-services:
sudo ln -s $(PWD)/system/weston.service /etc/systemd/user/weston.service sudo ln -fs $(PWD)/system/weston.service /etc/systemd/user/weston.service
sudo ln -s $(PWD)/system/weston.socket /etc/systemd/user/weston.socket sudo ln -fs $(PWD)/system/weston.socket /etc/systemd/user/weston.socket
systemctl --user daemon-reload systemctl --user daemon-reload
systemctl --user enable weston systemctl --user enable weston