mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-13 00:29:49 +03:00
fixes #3679 Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6450 [ci:skip-build]: already built successfully in CI
13 lines
295 B
SYSTEMD
13 lines
295 B
SYSTEMD
[Unit]
|
|
Description=Docker Socket for the API
|
|
|
|
[Socket]
|
|
# If /var/run is not implemented as a symlink to /run, you may need to
|
|
# specify ListenStream=/var/run/docker.sock instead.
|
|
ListenStream=/run/docker.sock
|
|
SocketMode=0660
|
|
SocketUser=root
|
|
SocketGroup=docker
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|