We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00f7cd commit f2cd65fCopy full SHA for f2cd65f
1 file changed
sourceosctl/local_agents/templates/quadlet.container.tmpl
@@ -0,0 +1,19 @@
1
+[Unit]
2
+Description=SourceOS local agent container: {{name}}
3
+Documentation=https://github.com/SourceOS-Linux/sourceos-spec
4
+
5
+[Container]
6
+ContainerName={{container_name}}
7
+Image={{runtime_image}}
8
+Pull=never
9
+AuthFile={{authfile}}
10
+AutoUpdate=registry-disabled
11
12
+[Service]
13
+Restart={{restart}}
14
+RestartSec={{restart_sec}}
15
+StartLimitIntervalSec={{start_limit_interval_sec}}
16
+StartLimitBurst={{start_limit_burst}}
17
18
+[Install]
19
+WantedBy=default.target
0 commit comments