4 lines
90 B
Bash
4 lines
90 B
Bash
#!/bin/sh
|
|
# /etc/sv/windscribe-helper/log/run
|
|
exec svlogd -tt /var/log/windscribe-helper
|
|
|