A container registry that uses the AT Protocol for manifest storage and S3 for blob storage.
1[Unit]
2Description={{.DisplayName}} Scanner (Vulnerability Scanning)
3After=network-online.target {{.HoldServiceName}}.service
4Wants=network-online.target
5
6[Service]
7Type=simple
8User={{.User}}
9Group={{.User}}
10ExecStart={{.BinaryPath}} serve --config {{.ConfigPath}}
11Restart=on-failure
12RestartSec=10
13
14ReadWritePaths={{.DataDir}}
15ProtectSystem=strict
16ProtectHome=yes
17NoNewPrivileges=yes
18PrivateTmp=yes
19
20StandardOutput=journal
21StandardError=journal
22SyslogIdentifier={{.ServiceName}}
23
24[Install]
25WantedBy=multi-user.target