diff options
| author | unitexe <unitexe70@gmail.com> | 2026-01-15 00:41:48 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-01-15 00:41:54 -0600 |
| commit | a89d30c7047dabe993af498a02e34b040ebe99a7 (patch) | |
| tree | 6cc5814284747b8d5c64b5e48aa7bf01e893db15 /pubd.container | |
| parent | 69bef8607aebd265744d676f2240eebeed35f9e6 (diff) | |
Add pubd rootless quadlet
Diffstat (limited to 'pubd.container')
| -rw-r--r-- | pubd.container | 19 |
1 files changed, 19 insertions, 0 deletions
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 |
