From a89d30c7047dabe993af498a02e34b040ebe99a7 Mon Sep 17 00:00:00 2001 From: unitexe Date: Thu, 15 Jan 2026 00:41:48 -0600 Subject: Add pubd rootless quadlet --- pubd.container | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pubd.container diff --git a/pubd.container b/pubd.container new file mode 100644 index 0000000..bb4f8e5 --- /dev/null +++ b/pubd.container @@ -0,0 +1,19 @@ +[Unit] +Description=A toy gRPC server +After=network-online.target +Wants=network-online.target + +[Container] +ContainerName=pubd +Image=localhost:5000/pubd:latest +PublishPort=60069:60069 + +[Service] +Restart=on-failure +RestartSec=10s +RestartSteps=5 +RestartMaxDelaySec=1min +TimeoutStartSec=15min + +[Install] +WantedBy=default.target -- cgit v1.2.3