Select the types of activity you want to include in your feed.
1#!/bin/sh 2set -e 3 4# Ensure data directory exists and is writable 5mkdir -p /data 6 7# Execute the main command 8exec "$@"