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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
apollo11log-0.1.3-py3-none-any.whl
(261.7 kB
view details)
File details
Details for the file apollo11log-0.1.3.tar.gz.
File metadata
- Download URL: apollo11log-0.1.3.tar.gz
- Upload date:
- Size: 261.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.8 Darwin/22.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9940ce400cf1727a86e7f951dcc5d555713cab7c6aae83acba37da1154336802
|
|
| MD5 |
eb819ce8725b3eb535fe2520431c3926
|
|
| BLAKE2b-256 |
9d12c68fa2e3836b7a613bfd511f8fd394876ab295cab0218ccbf14b5df158e5
|
File details
Details for the file apollo11log-0.1.3-py3-none-any.whl.
File metadata
- Download URL: apollo11log-0.1.3-py3-none-any.whl
- Upload date:
- Size: 261.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.8 Darwin/22.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a884856ee35e9b1d45b2adc9b8eb8039f557dc60e9a9b1f7bc530aaa08b62ea9
|
|
| MD5 |
8213292053daa04f51fb798413c47b0d
|
|
| BLAKE2b-256 |
129abc1d839ef5f824060508a1b3c4e90ebb725349381eef0b6b627e916c541d
|