ikke-t / podman-container-systemd

creates systemd files and creates containers using podman
118 stars 44 forks source link

fix: use /usr/local/lib/systemd/system/ as default path #40

Closed yajo closed 3 years ago

yajo commented 3 years ago

By using this path, local systemd configuration files are stored in the explicit local path. Then, when enabling them with the systemd module, what you will find under /etc/systemd/system automatically will be a symlink.

This helps keeping local stuff more organized.

ikke-t commented 3 years ago

thanks