4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
|
#!/bin/sh
|
||
|
mkdir -p $HOME/log
|
||
|
exec chpst -u mobilizon svlogd -tt $HOME/log/
|