chiark / gitweb /
path: add .path unit type for monitoring files
[elogind.git] / src / socket.c
index ef7674f46386fae40a3093316ae51a105ec1f382..909151752c7d3c9a035f1090e0b64e0d1b9c1eb9 100644 (file)
@@ -58,7 +58,6 @@ static void socket_init(Unit *u) {
         assert(u);
         assert(u->meta.load_state == UNIT_STUB);
 
-        s->timer_watch.type = WATCH_INVALID;
         s->backlog = SOMAXCONN;
         s->timeout_usec = DEFAULT_TIMEOUT_USEC;
         s->directory_mode = 0755;