7 lines
109 B
Bash
7 lines
109 B
Bash
#!/bin/sh
|
|
|
|
echo "prepare environment"
|
|
|
|
echo "start remark42 server"
|
|
/sbin/su-exec umputun /srv/remark server
|