chiark / gitweb /
main: interpret all argv[] arguments unconditionally when run in a container
[elogind.git] / src / service.c
index 70999f354511bc89962d06339c7c2ecb16f887a7..e7a9e7c586c15c0f106f0cd4d62c583d983043cd 100644 (file)
@@ -1659,7 +1659,7 @@ static int service_spawn(
         }
 
         if (set_notify_socket)
-                if (asprintf(our_env + n_env++, "NOTIFY_SOCKET=@%s", s->meta.manager->notify_socket) < 0) {
+                if (asprintf(our_env + n_env++, "NOTIFY_SOCKET=%s", s->meta.manager->notify_socket) < 0) {
                         r = -ENOMEM;
                         goto fail;
                 }