diff --git a/group_data/all.py b/group_data/all.py index 7dcc296..701cb6e 100644 --- a/group_data/all.py +++ b/group_data/all.py @@ -32,6 +32,6 @@ systemd = { 'RootDirectory': f"{undocker['app_dst']}", 'ReadWritePaths': '+/etc/linkding', 'BindPaths': f"{data_directories[0]}:/etc/linkding/data", - 'BindReadOnlyPaths': '/etc/resolv.conf /etc/hosts', + 'BindReadOnlyPaths': '/etc/resolv.conf /etc/hosts /proc', 'ExecStart': '/etc/linkding/bootstrap.sh', } \ No newline at end of file