mirror of
https://github.com/RGBCube/GDUS
synced 2025-07-27 13:07:45 +00:00
Add start script
This commit is contained in:
parent
0cd9a02a6d
commit
db3266d1d8
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,4 +18,5 @@
|
||||||
!*.md
|
!*.md
|
||||||
!*.py
|
!*.py
|
||||||
!*.rs
|
!*.rs
|
||||||
|
!*.sh
|
||||||
!*.toml
|
!*.toml
|
||||||
|
|
2
rpid/start.sh
Executable file
2
rpid/start.sh
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
systemd-run --user --working-directory=$(pwd) poetry run python main.py
|
Loading…
Add table
Add a link
Reference in a new issue