1
Fork 0
mirror of https://github.com/RGBCube/GDUS synced 2025-07-27 13:07:45 +00:00

Add start script

This commit is contained in:
RGBCube 2024-05-11 22:45:16 +03:00
parent 0cd9a02a6d
commit db3266d1d8
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -18,4 +18,5 @@
!*.md
!*.py
!*.rs
!*.sh
!*.toml

2
rpid/start.sh Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env sh
systemd-run --user --working-directory=$(pwd) poetry run python main.py