Must detach after restart

This commit is contained in:
David Heinemeier Hansson
2025-08-03 15:30:49 +02:00
parent d84b521a19
commit a9b9cbfa34

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
pkill -x $1 pkill -x $1
uwsm app -- $1 >/dev/null 2>&1 & setsid uwsm app -- $1 >/dev/null 2>&1 &