5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
cd /opt/mobilizon
|
||
|
exec 2>&1
|
||
|
exec /opt/mobilizon/bin/mobilizon start
|