chiark / gitweb /
socket: add new Symlinks= option for socket units
[elogind.git] / src / core / socket.h
index db0796c4a3c927571c35ddc408b3316a15d692cb..f6bc37df8d28c76cdca1ad7ab4603baa527cd729 100644 (file)
@@ -105,6 +105,7 @@ struct Socket {
         ExecContext exec_context;
         KillContext kill_context;
         CGroupContext cgroup_context;
+        ExecRuntime *exec_runtime;
 
         /* For Accept=no sockets refers to the one service we'll
         activate. For Accept=yes sockets is either NULL, or filled
@@ -124,7 +125,10 @@ struct Socket {
 
         SocketResult result;
 
+        char **symlinks;
+
         bool accept;
+        bool remove_on_stop;
 
         /* Socket options */
         bool keep_alive;