Skip to main content

Prints Apollo 11 Logs is realtime

Project description

Install

sudo pip3 install apollo11log #to install system wide

Run as a CLI app

$ apollo11log
[CDR] 00 00:00:04 Roger. Clock.
[CDR] 00 00:00:13 Roger. We got a roll program.
[CMP] 00 00:00:15 Roger. Roll.
[CDR] 00 00:00:34 Roll's complete an

Run as a systemd service

Create a unit file - such as /etc/systemd/system/apollo11.service with the contents like

[Unit]
Description=apollo11
After=syslog.target

[Service]
ExecStart=/usr/local/bin/apollo11log
Restart=always
RestartSec=120
SyslogIdentifier=apollo11

[Install]
WantedBy=multi-user.target

The enable and start the service

sudo systemctl enable apollo11.service
sudo systemctl start apollo11.service

Watch the logs

journalctl -u apollo11 -f -n

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apollo11log-0.1.3.tar.gz (261.1 kB view hashes)

Uploaded Source

Built Distribution

apollo11log-0.1.3-py3-none-any.whl (261.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page