reload systemd when container files are in place

This commit is contained in:
Late Night Defender 2023-11-19 23:13:50 +07:00
parent 9d1c1d2c41
commit 5736a6756e

View file

@ -4,6 +4,7 @@ steps:
commands: commands:
- systemctl --user stop ttt-org - systemctl --user stop ttt-org
- cp ttt-org.container /home/sasha/.config/containers/systemd - cp ttt-org.container /home/sasha/.config/containers/systemd
- systemctl --user daemon-reload
container-build: container-build:
image: bash image: bash