This commit is contained in:
2026-08-28 10:20:44 +02:00
parent 281a25def3
commit 2f58e70b52
+4 -4
View File
@@ -40,18 +40,18 @@ apt-install:
.PHONY: setup-weston .PHONY: setup-weston
setup-weston: setup-weston:
ln -s $(topsrscdir)/system/weston.ini $(XDG_CONFIG_HOME)/weston.ini ln -s $(PWD)/system/weston.ini $(XDG_CONFIG_HOME)/weston.ini
.PHONY: setup-system-services .PHONY: setup-system-services
setup-system-services: setup-system-services:
sudo ln -s $(topsrscdir)/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
.PHONY: setup-user-services .PHONY: setup-user-services
setup-user-services: setup-user-services:
sudo ln -s $(topsrscdir)/system/weston.service /etc/systemd/user/weston.service sudo ln -s $(PWD)/system/weston.service /etc/systemd/user/weston.service
sudo ln -s $(topsrscdir)/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 seatd