Skip to content

Commit

Permalink
Create podman-tcp.service
Browse files Browse the repository at this point in the history
  • Loading branch information
iggut authored Aug 11, 2024
1 parent a1c7fd5 commit c1c4f9e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions files/shared/usr/etc/systemd/system/podman-tcp.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Unit]
Description=Podman TCP socket
After=network.target
StartLimitIntervalSec=0

[Service]
Type=simple
Restart=always
RestartSec=1
ExecStart=/usr/bin/podman system service --time=0 tcp://0.0.0.0:37017

[Install]
WantedBy=multi-user.target

0 comments on commit c1c4f9e

Please sign in to comment.