poikilos
9 years ago
committed by
Jacob Gustafson
1 changed files with 5 additions and 2 deletions
@ -1,3 +1,6 @@ |
|||||
#!/bin/sh |
#!/bin/sh |
||||
echo type screen -r to reconnect with this screen |
echo type screen -r to reconnect with this screen |
||||
flock -n /var/run/chunkymap-loop.lockfile -c "screen -t chunkymapregen python /home/owner/minetest/util/chunkymap-regen.py" |
# -S names the socket (-t only sets the title) |
||||
|
#FAILS: flock -n /var/run/chunkymap-loop.lockfile -c "screen -S chunkymapregen python /home/owner/minetest/util/chunkymap-regen.py" |
||||
|
#FAILS: screen -S chunkymapregen flock -n /var/run/chunkymap-loop.lockfile -c python /home/owner/minetest/util/chunkymap-regen.py |
||||
|
screen -S chunkymapregen python /home/owner/minetest/util/chunkymap-regen.py |
Loading…
Reference in new issue