You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
271 B
10 lines
271 B
#!/usr/bin/env bash
|
|
|
|
export RAILS_ENV=production
|
|
export SECRET_KEY_BASE=42
|
|
export SEMANTIC_LOGGER_APP=egr
|
|
|
|
# TODO: current user belong to `adm` group
|
|
|
|
journalctl --all -o short --no-hostname -t $SEMANTIC_LOGGER_APP -f
|
|
# journalctl --all -o cat -t $SEMANTIC_LOGGER_APP -f
|