diff --git a/systemd/projects-kde-org-api.socket b/systemd/projects-kde-org-api.socket index c800116..4cdcc84 100644 --- a/systemd/projects-kde-org-api.socket +++ b/systemd/projects-kde-org-api.socket @@ -1,16 +1,12 @@ [Unit] Description=projects.kde.org/api socket [Socket] ListenStream=/home/projectsadmin/api/service.sock -# Debian Jessie's systemd seems bugged WRT chmodding sockets. They cannot be -# marked writable by anything. In fact even setting 777 will only make them 755. -# To make things work all the same, manually chmod in the post-start. -ExecStartPost=/bin/chmod 0666 /home/projectsadmin/api/service.sock # We use extensive caching and can therefore support a great deal of concurrent # connections as each request will finish <50µs. # Utterly random large value: MaxConnections=3200 [Install] WantedBy=sockets.target