apt-ostree/daemon/systemd/apt-ostreed.socket
robojerk 306a68b89a fix: Resolve compilation errors in parallel and cache modules
- Fix parallel execution logic to properly handle JoinHandle<Result<R, E>> types
- Use join_all instead of try_join_all for proper Result handling
- Fix double question mark (??) issue in parallel execution methods
- Clean up unused imports in parallel and cache modules
- Ensure all performance optimization modules compile successfully
- Fix CI build failures caused by compilation errors
2025-08-16 15:10:00 -07:00

12 lines
235 B
SYSTEMD

[Unit]
Description=apt-ostree System Management Daemon Socket
Documentation=man:apt-ostree(1)
[Socket]
ListenStream=/run/apt-ostreed.sock
SocketMode=0660
SocketUser=apt-ostree
SocketGroup=apt-ostree
[Install]
WantedBy=sockets.target