Update 'podman_service.service'

This commit is contained in:
Fl1tzi 2023-04-12 02:22:00 +00:00
parent 09b7f46199
commit db08e01e7e

View file

@ -5,9 +5,8 @@ Description=Example Container
After=network.target
[Service]
# the container folder
Environment="CONTAINER=example_folder"
WorkingDirectory=$HOME/compose/$CONTAINER
# set the folder here
WorkingDirectory=$HOME/compose/example_container
RestartSec=10
Restart=on-failure