Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Podman systemd #50

Merged
merged 10 commits into from
Feb 20, 2024
Merged

Podman systemd #50

merged 10 commits into from
Feb 20, 2024

Conversation

eldarnash
Copy link
Contributor

Adds page for the podman-systemd integration, with sample unit file

Please check the fixmes and discuss them

@eldarnash eldarnash requested a review from bazsi January 14, 2024 18:15

Later you can edit this file by running `systemctl edit axosyslog`

1. Create the `/etc/syslog-ng/syslog-ng.conf` configuration file.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/opt/axosyslog/etc

let's supply a syslog-ng.conf

@version: current


log { 
    source { default-network-drivers(); };
    destination { file("/logs/messages"); };
};

We should add a mount point /logs that points /opt/axosyslog/var/log

@fekete-robert fekete-robert marked this pull request as ready for review February 20, 2024 12:13
most of these is taken care of in the unit file
@fekete-robert fekete-robert merged commit 54f5251 into main Feb 20, 2024
1 check passed
@fekete-robert fekete-robert deleted the podman-systemd branch February 20, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants