This commit is contained in:
2026-08-28 10:22:12 +02:00
parent 2f58e70b52
commit b3b2135439
+3 -3
View File
@@ -40,20 +40,20 @@ apt-install:
.PHONY: setup-weston .PHONY: setup-weston
setup-weston: setup-weston:
ln -s $(PWD)/system/weston.ini $(XDG_CONFIG_HOME)/weston.ini ln -s $(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 -s $(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 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 -s $(PWD)/system/weston.service /etc/systemd/user/weston.service
sudo ln -s $(PWD)/system/weston.socket /etc/systemd/user/weston.socket sudo ln -s $(PWD)/system/weston.socket /etc/systemd/user/weston.socket
systemctl --user daemon-reload systemctl --user daemon-reload
systemctl --user enable weston seatd systemctl --user enable weston
.PHONY: install .PHONY: install